how to find the transpose

4 次查看(过去 30 天)
could anyone help me for the code for i=1:10 i x(i)=i end
how to display i values in the transpose manner

采纳的回答

Pawel Jastrzebski
Pawel Jastrzebski 2018-1-11
x = 1:10
x_transposed = x'

更多回答(1 个)

M
M 2018-1-11
for any vector or matrix A, A' gives the transpose of A.

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by