Effacer les filtres
Effacer les filtres

retrieve one row from matfile

4 vues (au cours des 30 derniers jours)
Elysi Cochin
Elysi Cochin le 25 Jan 2013
i have a matfile with 127*133 values..... i want the 133 values of a particular row.... how to get those values.... please do reply.....

Réponse acceptée

Shashank Prasanna
Shashank Prasanna le 25 Jan 2013
load matfile_name
if the variable with the matrix with 127*133 is X
then
>> X(1,:)
will return all the 133 values of the 1st row.

Plus de réponses (0)

Catégories

En savoir plus sur Workspace Variables and MAT-Files 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