what is the difference between a vector and a matrix?
Mostrar comentarios más antiguos
what is the difference between a vector and a matrix?
Respuesta aceptada
Más respuestas (4)
mntaser salem
el 24 de En. de 2015
0 votos
vector is one dimension array such a=[1 2 3 4 5], but matrix is more than one dimension array such 2*2 matrix b =[ 2 4 6 8 ] , and has some of operation.
2 comentarios
David Young
el 24 de En. de 2015
I think you mean b = [2 4; 6 8]
JohnS
el 25 de En. de 2015
Hayden Wineck
el 11 de Oct. de 2016
0 votos
I had the same question also, thanks for the help.
Yared Bekele
el 8 de Jul. de 2021
0 votos
Matrix can be one dimesional or more than one, but vector is only one dimesionsl (i.e row vector, column vector). All vectors are matrix, but not all matrix are vectors.
Walter Roberson
el 8 de Jul. de 2021
0 votos
I discus the various cases at https://www.mathworks.com/matlabcentral/answers/505251-scalar-vs-matrix-vs-vector-vs-array#answer_415372
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!