What do the colon and number 4 represent in the following argument - loglog(f,abs(p(:,4))),grid;?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
What do the colon and number 4 represent in the following argument - loglog(f,abs(p(:,4))),grid;?
Réponses (1)
Sean de Wolski
le 2 Juil 2012
3 votes
all rows (:) in the fourth (4) column of p.
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!