: operator when used in plot function
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mike Scott
am 22 Dez. 2014
Kommentiert: Mike Scott
am 22 Dez. 2014
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 Kommentare
Akzeptierte Antwort
the cyclist
am 22 Dez. 2014
Bearbeitet: the cyclist
am 22 Dez. 2014
All rows of the Nt 'th column of Tanal.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Annotations 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!