Info
此问题已关闭。 请重新打开它进行编辑或回答。
How to select a cell from an array when this array is made of functions of a parameter?
2 次查看(过去 30 天)
显示 更早的评论
Dear all,
Consider an array
A = [a(t) b(t) c(t)].';
I want to select b(t). However, when I enter "A(2)", MatLab returns
a(2)
b(2)
c(2)
instead of
b(t).
How could we select get b(t) in this case?
Thanks
0 个评论
回答(2 个)
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!