How to create an array with its cells are vector variable?

Hi, Please help me to create an array whose cells are vector variables. Example an array 1x3 A = [a b c], a,b and c are vector variables which we can assign values later. Thanks

回答 (1 件)

Rik
Rik 2018 年 9 月 22 日

2 投票

You should use curly braces to make cells:
A={a b c};

カテゴリ

ヘルプ センター および File ExchangeCell Arrays についてさらに検索

質問済み:

2018 年 9 月 22 日

回答済み:

Rik
2018 年 9 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by