How to create column vector by the transpose?
이전 댓글 표시
Column vector:
When a = 16, and T indicates transpose.
How to create the variables in command by using the transpose operator ‘
댓글 수: 2
KALYAN ACHARJYA
2021년 3월 7일
편집: KALYAN ACHARJYA
2021년 3월 7일
a=16;
dvc=[10^0.01 log(49) 975 sqrt(a)].'
Havyas
2024년 10월 29일
Transpose b from a row vector to a column vector using the transpose operator.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!