フィルターのクリア

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 Center および File ExchangeWorkspace 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