필터 지우기
필터 지우기

retrieve one row from matfile

조회 수: 4 (최근 30일)
Elysi Cochin
Elysi Cochin 2013년 1월 25일
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