How to create column vector by the transpose?

34 次查看(过去 30 天)
Column vector:
When a = 16, and T indicates transpose.
How to create the variables in command by using the transpose operator ‘

采纳的回答

Jan
Jan 2021-3-7
编辑:Jan 2021-3-7
The quote ' is not the transpose operator, but the complex transposition. To be exact the tranpose operator is .' including the dot.
  3 个评论
Ting Chie Yu
Ting Chie Yu 2021-3-7
Can I know when to use tranpose operator with a dot .' and a single quote ' ?
Stephen23
Stephen23 2021-3-7
编辑:Stephen23 2021-3-7
"Can I know when to use tranpose operator with a dot .' and a single quote '"
This is very easy:
  • use the complex conjugate transpose ' when you need the complex conjugate transpose.
  • otherwise use transpose .'
If you are not doing linear algebra then most likely you should be using transpose.
Tip: rather than wasting time with transposing, just define the vector as a column in the first place:
V = [10^0.01;log(49);975;sqrt(a)]

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by