what does the following syntax
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Harel Harel Shattenstein
il 30 Giu 2015
A=magic(3);
B=A(:)
disp(B)
why does it show the matrix entires in a column vector? what does (:) mean?
0 Commenti
Risposta accettata
Guillaume
il 30 Giu 2015
This the colon operator. Explanation available with
doc 'colon (:)'
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!