What do the colon and number 4 represent in the following argument - loglog(f,abs(p(:,4))),grid;?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
What do the colon and number 4 represent in the following argument - loglog(f,abs(p(:,4))),grid;?
Answers (1)
Sean de Wolski
on 2 Jul 2012
3 votes
all rows (:) in the fourth (4) column of p.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!