how to find the transpose

4 visualizaciones (últimos 30 días)
jaah navi
jaah navi el 11 de En. de 2018
Respondida: Pawel Jastrzebski el 11 de En. de 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

Respuesta aceptada

Pawel Jastrzebski
Pawel Jastrzebski el 11 de En. de 2018
x = 1:10
x_transposed = x'

Más respuestas (1)

M
M el 11 de En. de 2018
for any vector or matrix A, A' gives the transpose of A.

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by