Effacer les filtres
Effacer les filtres

what does the following syntax

1 vue (au cours des 30 derniers jours)
Harel Harel Shattenstein
Harel Harel Shattenstein le 30 Juin 2015
A=magic(3);
B=A(:)
disp(B)
why does it show the matrix entires in a column vector? what does (:) mean?

Réponse acceptée

Guillaume
Guillaume le 30 Juin 2015
This the colon operator. Explanation available with
doc 'colon (:)'

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by