how to find the transpose
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
M
le 11 Jan 2018
0 votes
for any vector or matrix A, A' gives the transpose of A.
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!