Feeds
질문
How to use the ode15i function in this code?
syms x(t) m = 60; k = 1; F = 100; fs = 0; vmax = 10; [K,E] = ellipke((x / pi-floor(x/pi))*pi); s = sqrt(2) * E + ( 2 * el...
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
I don't know why my code makes odeToVectorField error
syms x(t) m = 1; k = 1; F = 1; fs = 1; fk = 1; [K,E] = ellipke((x / pi-floor(x/pi))*pi); s = sqrt(2) * E + ( 2 * elli...
2년 초과 전 | 답변 수: 2 | 0
