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일
You should use curly braces to make cells:
A={a b c};

카테고리

도움말 센터File Exchange에서 Cell 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