Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Calling a function in Simulink from Matlab

2 Ansichten (letzte 30 Tage)
Vicente
Vicente am 3 Mai 2015
Geschlossen: MATLAB Answer Bot am 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.

Antworten (1)

KL
KL am 3 Mai 2015
Bearbeitet: KL am 3 Mai 2015
This is what you're looking for?
  1 Kommentar
Vicente
Vicente am 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.

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by