How can I use syms in a loop to create user-defined number of ODEs?

3 Ansichten (letzte 30 Tage)
Joson Mathew
Joson Mathew am 27 Apr. 2021
Beantwortet: Joson Mathew am 27 Apr. 2021
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 trying to create a system with a variable no of ODEs and store them all in this array. How can I achieve this?

Antworten (1)

Joson Mathew
Joson Mathew am 27 Apr. 2021
I think I solved it with this:
syms L(t) [1 n];

Produkte


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by