how to find the transpose

2 Ansichten (letzte 30 Tage)
jaah navi
jaah navi am 11 Jan. 2018
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

Akzeptierte Antwort

Pawel Jastrzebski
Pawel Jastrzebski am 11 Jan. 2018
x = 1:10
x_transposed = x'

Weitere Antworten (1)

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

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by