matrix

1 vue (au cours des 30 derniers jours)
Jw
Jw le 10 Jan 2012
I have loaded in a 5x11827 matrix. How to i assign the data from 880 column onwards to a variable x??
x=data(:,880);
i am getting only the 880th column data

Réponse acceptée

Chandra Kurniawan
Chandra Kurniawan le 10 Jan 2012
x=data(:,880:end);
  1 commentaire
Jw
Jw le 10 Jan 2012
thank you

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by