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?
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!