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!