: operator when used in plot function

2 Ansichten (letzte 30 Tage)
Mike Scott
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

Akzeptierte Antwort

the cyclist
the cyclist am 22 Dez. 2014
Bearbeitet: the cyclist am 22 Dez. 2014
All rows of the Nt 'th column of Tanal.
  1 Kommentar
Mike Scott
Mike Scott am 22 Dez. 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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by