フィルターのクリア

I have a 3D array of size 1x1x240, where each cell consist of 3x1 matrix, I want to plot all the first element present in each cell for 240 cells .

1 回表示 (過去 30 日間)
I have a 3D array of size 1x1x240, where each cell consist of 3x1 matrix, I want to plot all the first element present in each cell for 240 cells .

採用された回答

Stephen23
Stephen23 2017 年 3 月 24 日
編集済み: Stephen23 2017 年 3 月 24 日
Where C is your cell array:
M = [C{:}];
plot(M(1,:))
  3 件のコメント
Stephen23
Stephen23 2017 年 3 月 24 日
@Bibhu Prasad Das: my pleasure. You should accept the answer that best resolves your question.
Bibhu Prasad  Das
Bibhu Prasad Das 2017 年 3 月 24 日
Do you have any idea about median filter function "medfilt2" whether it works in spatial or temporal?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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