what does the following syntax
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Harel Harel Shattenstein
el 30 de Jun. de 2015
Respondida: Guillaume
el 30 de Jun. de 2015
A=magic(3);
B=A(:)
disp(B)
why does it show the matrix entires in a column vector? what does (:) mean?
0 comentarios
Respuesta aceptada
Guillaume
el 30 de Jun. de 2015
This the colon operator. Explanation available with
doc 'colon (:)'
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Compiler en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!