フィルターのクリア

A small problem about the Cell Array.

2 ビュー (過去 30 日間)
Donghui  Sun
Donghui Sun 2013 年 8 月 25 日
I am a newbie for the cell array in Matlab programming.I need a cell array, for example C, with the five elements,a,b,..,e. Each element is a matrix, and may be in different size.
How to program to implement this issue?

採用された回答

Image Analyst
Image Analyst 2013 年 8 月 25 日
The FAQ may help: http://matlab.wikia.com/wiki/FAQ?&cb=8212#What_is_a_cell_array.3F. I think it gives a good intuitive explanation of how they work.

その他の回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 8 月 25 日
a=2;
b=[2 5];
c=[2 4;4 5];
A={a,b,c}
  1 件のコメント
Donghui  Sun
Donghui Sun 2013 年 8 月 26 日
Thanks! It works.

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

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by