Feeds
回答済み
How can I use syms in a loop to create user-defined number of ODEs?
I think I solved it with this: syms L(t) [1 n];
How can I use syms in a loop to create user-defined number of ODEs?
I think I solved it with this: syms L(t) [1 n];
4年以上 前 | 0
質問
How can I use syms in a loop to create user-defined number of ODEs?
L=zeros(1,n); for i=1:n syms (L(i))(t) end This looks like what I'm trying to do, obviously it doesn't work but I'm tryi...
4年以上 前 | 1 件の回答 | 0