: operator when used in plot function
2 views (last 30 days)
Show older comments
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
0 Comments
Accepted Answer
the cyclist
on 22 Dec 2014
Edited: the cyclist
on 22 Dec 2014
All rows of the Nt 'th column of Tanal.
More Answers (0)
See Also
Categories
Find more on Annotations 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!