Clear Filters
Clear Filters

what does the following syntax

1 view (last 30 days)
A=magic(3);
B=A(:)
disp(B)
why does it show the matrix entires in a column vector? what does (:) mean?

Accepted Answer

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

More Answers (0)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!