what does the following syntax
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Harel Harel Shattenstein
am 30 Jun. 2015
Beantwortet: Guillaume
am 30 Jun. 2015
A=magic(3);
B=A(:)
disp(B)
why does it show the matrix entires in a column vector? what does (:) mean?
0 Kommentare
Akzeptierte Antwort
Guillaume
am 30 Jun. 2015
This the colon operator. Explanation available with
doc 'colon (:)'
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!