Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Calling a function in Simulink from Matlab

1 vue (au cours des 30 derniers jours)
Vicente
Vicente le 3 Mai 2015
Clôturé : MATLAB Answer Bot le 20 Août 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.

Réponses (1)

KL
KL le 3 Mai 2015
Modifié(e) : KL le 3 Mai 2015
This is what you're looking for?
  1 commentaire
Vicente
Vicente le 3 Mai 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.

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by