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!