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
2018-9-22
You should use curly braces to make cells:
A={a b c};
类别
在 帮助中心 和 File Exchange 中查找有关 Cell Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!