How do I convert from a function, that I have written as an m-file, into a block in a Simulink model?
Asked
Active
Viewed 1.9k times
1 Answers
3
There's a video here that shows some options. Basically, use the MATLAB Function block. Or, if you want to keep the code separate (and don't care about code generation), you can use the MATLAB Interpreted Function block.

Edric
- 23,676
- 2
- 38
- 40