フィルターのクリア

how to submit an index to matrix

1 回表示 (過去 30 日間)
Abdulaziz
Abdulaziz 2013 年 3 月 18 日
Hi guys;
I have a big matrix Mo size of (8*15) i want to but every array in separate matrix. some arrays have zeros elements which will be excluded.
I have a problem with giving index to the small matrices .if i use next expression in lob
Moo{i}=Mo(1,1:6)
the matrix Moo{i} is one array matrix
the next error will occur
Cell contents assignment to a non-cell array object.
please any suggestions

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 3 月 18 日
At the time you did the assignment, you already had a variable "Moo" defined as something other than a cell array.

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by