Problem in using Fsolve in Simulink

조회 수: 5 (최근 30일)
Krishna
Krishna 2013년 8월 1일
댓글: Arcadio Perilla 2019년 12월 18일
I am trying to use 'fsolve' in Simulink, and I found the following thread on Mathworks:
I used the same technique as 'Kaustubha Govind' mentioned for a model I am trying to design in Simulink, and I am running into more errors. To give a basic idea about what I am trying to do, I have the following structure. I am using the 'Interpreted Matlab Function' block in Simulink.
fsolve(@(x)sample(x,u(1),u(2),u(3),u(4),u(5),u(6),u(7),u(8),u(9),u(10),u(11),u(12),u(13),u(14),u(15),u(16)),x0)
Here, x0 is a 1 X 12 matrix and u(1)..,u(16) are scalars. 'sample' is a function (m-file) that I have saved in the Matlab folder. To start with, Have I framed the 'Interpreted Matlab function' properly?
After I run this model, I get the following errors:
1) Error in 'Model/Subsystem/Interpreted MATLAB Function' while evaluating expression.
2) Failure in initial user-supplied objective function evaluation. FSOLVE cannot continue.
3) Too many output arguments.
-Krishna
  댓글 수: 1
Kaustubha Govind
Kaustubha Govind 2013년 8월 12일
Hi Krishna,
Please avoid sending personal messages, since all forum users participate in their leisure time and are not mandated to do so as an order of business.
Here are some resources that might help with unanswered questions:
If your license is on maintenance, please also note that you may contact MathWorks Tech Support as an alternate resource for urgent issues: http://www.mathworks.com/support/contact_us
Thank you for your consideration!

댓글을 달려면 로그인하십시오.

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2013년 8월 12일
Are you able to run fsolve with similar input arguments (as passed in from the Interpreted MATLAB Function block) outside of Simulink? Please set a breakpoint in your S-function code to ensure that the inputs are passed in correctly.
  댓글 수: 2
Krishna
Krishna 2013년 8월 12일
Yes, I am able to run fsolve with similar input arguments outside of Simulink. I am not using a S-function in my model, could you clarify what you are referring to with respect to setting a breakpoint in the S-function code?
Arcadio Perilla
Arcadio Perilla 2019년 12월 18일
I cannot beleive that this question after 5 years has not been answered :(

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by