retrieve one row from matfile

4 次查看(过去 30 天)
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.....

采纳的回答

Shashank Prasanna
Shashank Prasanna 2013-1-25
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Workspace Variables and MAT-Files 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by