Feeds
답변 있음
S-functions with ode45 in Matlab
Ok, I solved it by creating a new function handle to the S-function. Smth like: f = @(t,x,u,params)SfunctionName(t,x,u,1,...
S-functions with ode45 in Matlab
Ok, I solved it by creating a new function handle to the S-function. Smth like: f = @(t,x,u,params)SfunctionName(t,x,u,1,...
대략 13년 전 | 0
| 수락됨
질문
S-functions with ode45 in Matlab
Hi, all! I have a dynamical system written in an S-function and I want to simulate it in a Matlab loop. I use ode45 on the S-f...
대략 13년 전 | 답변 수: 2 | 0
2
답변답변 있음
m-code S-function don't works with MATLAB Function "int" (definte or indefinite integral in MATLAB code)
Hi, all! I have a simpler issue. I want to integrate an S-function with ode45. It seemed to work. However it's not the result I ...
m-code S-function don't works with MATLAB Function "int" (definte or indefinite integral in MATLAB code)
Hi, all! I have a simpler issue. I want to integrate an S-function with ode45. It seemed to work. However it's not the result I ...
대략 13년 전 | 0