: operator when used in plot function

2 views (last 30 days)
I would just like to know what the : operator does when used to plot in the following context:
plot(x,Tanal(:,Nt),
I can see that x is plot against Tanal for some values of Nt but cannot quite work out which is refers to.
Thanks

Accepted Answer

the cyclist
the cyclist on 22 Dec 2014
Edited: the cyclist on 22 Dec 2014
All rows of the Nt 'th column of Tanal.
  1 Comment
Mike Scott
Mike Scott on 22 Dec 2014
Ah OK, I see now. So by removing the : operating it plots all rows of data within the Tanal matrix. Thanks for your help

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!