How to create column vector by the transpose?
Show older comments
Column vector:
When a = 16, and T indicates transpose.
How to create the variables in command by using the transpose operator ‘
2 Comments
KALYAN ACHARJYA
on 7 Mar 2021
Edited: KALYAN ACHARJYA
on 7 Mar 2021
a=16;
dvc=[10^0.01 log(49) 975 sqrt(a)].'
Havyas
on 29 Oct 2024
Transpose b from a row vector to a column vector using the transpose operator.
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!