How to plot rows from a particular column number?

3 vues (au cours des 30 derniers jours)
Parth Sarathi
Parth Sarathi le 24 Mar 2016
Commenté : Parth Sarathi le 24 Mar 2016
I have a matrix of 400 columns and 200 rows. I want to plot rows starting from the 10th column. How do i do that? plot(1,:); plots the whole row but i want to plot from column number 10 so please let me know how to do that. Thanks and regards, Parth

Réponse acceptée

Stalin Samuel
Stalin Samuel le 24 Mar 2016
plot(ur_matrix(:,10:end))

Plus de réponses (0)

Catégories

En savoir plus sur Geoscience dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by