how to create a symbolic matrix with automatically generated symbolic functions as its elements?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi
I want to create a 1x100 matrix A, which has 100 functions of time in it (all the elements must be syms) so that I can write the following command (where B is also a Matrix 1x100):
equation=diff(A)==B.t
Or, how can I create the following matrix (Matlab 2019b) in Matlab 2016a?
![Anmerkung 2019-11-04 141512.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/246392/Anmerkung%202019-11-04%20141512.png)
When I write the command in Matlab 2016a, I get the error "not a valid variable name"!!!
Can someone help please?
Thankfully
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!