Info

This question is closed. Reopen it to edit or answer.

Calling a function in Simulink from Matlab

1 view (last 30 days)
Vicente
Vicente on 3 May 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
Is it possible to define a function in an .m file, and then have it be called by any given Simulink block? Is it possible to create a user defined Simulink block containing the function written in the .m file? How could it be done? I have a .m file defining properties and functions that I would like to call in Simulink, and that was first intended to be called as a real time simulation, and signal processing. How can I make a real time simulation by defining some functions in Matlab and having them called in by some customized Simulink block?
Thank you.

Answers (1)

KL
KL on 3 May 2015
Edited: KL on 3 May 2015
This is what you're looking for?
  1 Comment
Vicente
Vicente on 3 May 2015
This block you have shown me was what me and my friend tried using, but Simulink just appeared not to be able to process the .m file we created. It is a object oriented .m file that specified a series of constants and mathematical functions to our model. In pure Matlab environment, the code was working perfectly, but when we tried creating a custom block out of it, Simulink just wouldn't accept an object oriented .m file as input, and wouldn't call our functions. The last thing we are trying right now is this:
but we don't know if is there any way to come around this problem. Also, this was our last question to the community, which never received an answer:
Thank you for your assistance.

Community Treasure Hunt

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

Start Hunting!