Gigi Dioda - MATLAB Central
photo

Gigi Dioda


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB AnswersFrom 06/11 to 01/25Use left and right arrows to move selectionFrom 06/11Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

순위
152,103
of 296,498

평판
0

참여
1 질문
2 답변

답변 채택
100.0%

획득한 표
0

  • First Answer

배지 보기

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

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

13년 초과 전 | 0

Go to top of page