The initialisation of this matrix which the colon operator

1 view (last 30 days)
if my matrix is: B = [ 0 4 8 12 16 20 24 28 32 36 40]
would the correct initialisation be: B=0:4:20??

Answers (1)

Walter Roberson
Walter Roberson on 2 Dec 2015
No, but you are headed in the right direction. You will immediately see the problem when you try your code.

Categories

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

Community Treasure Hunt

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

Start Hunting!