Matlab function in Simulink

2 views (last 30 days)
Mohammad Nasiri
Mohammad Nasiri on 7 May 2022
Answered: Joel Van Sickel on 10 May 2022
I have a function which is also consist of some functions.
I want to run a simulink to put a controller to control the mass flow rate.
But, when I can the matlab function from simulink, I received a lot of errors (about the optimization part and etc.).
How can I run this matlab function continiously insimulink without error?
  2 Comments
Sam Chak
Sam Chak on 7 May 2022
Yes, it is possible to control the mass flow rate in Simulink.
But can you show the governing flow equation, and the flow control law, ?
You are also encouraged to display the control block diagram here.
Mohammad Nasiri
Mohammad Nasiri on 8 May 2022
Let me explain better.
There is a mass flow rate of H2 inside a fuel cell. As H2 is consued, H2O is produced and electricty and heat is generated.
All is done my some functions all in matlab.
I want to use the remaining H2 at the outlet egain (it is called recirculation), and I am sugessted to do it in simulink,
But, as I have some function like fmincon, I receive a lot of errors.

Sign in to comment.

Answers (1)

Joel Van Sickel
Joel Van Sickel on 10 May 2022
Hello Mohammad,
This answer addresses using the 'coder.extrinsic' setting to use more complicated functions so they work with Simulink inside of the matlab function block.
Regards,
Joel

Categories

Find more on Specialized Power Systems in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!