Community Profile

photo

Wa3id


Last seen: 7개월 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • First Review

배지 보기

Feeds

보기 기준

답변 있음
Combining a function and solver to create a M-function in Simulink
For the benefit of those who may have the same question, you cannot use a MATLAB function, but you can use S-Function.

4년 초과 전 | 0

| 수락됨

질문


Combining a function and solver to create a M-function in Simulink
If I have the following function and solver script: The function is: function dydt = odefcn(t,y,A,B) dydt = zeros(2,1); dydt...

4년 초과 전 | 답변 수: 2 | 0

2

답변