Azzera filtri
Azzera filtri

retrieve one row from matfile

4 visualizzazioni (ultimi 30 giorni)
Elysi Cochin
Elysi Cochin il 25 Gen 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.....

Risposta accettata

Shashank Prasanna
Shashank Prasanna il 25 Gen 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.

Più risposte (0)

Categorie

Scopri di più su Workspace Variables and MAT-Files in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by