retrieve one row from matfile

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.....

 Respuesta aceptada

Shashank Prasanna
Shashank Prasanna el 25 de En. de 2013

1 voto

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.

Más respuestas (0)

Categorías

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by