photo

Gigi Dioda


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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,...

ungefär 13 år ago | 0

| accepted

Question


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...

ungefär 13 år ago | 2 answers | 0

2

answers

Answered
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 ...

ungefär 13 år ago | 0