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 で Elementary Math についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!