Clear Filters
Clear Filters

simulink s block using matlab to read input fromarduino

3 views (last 30 days)
Hi, I have written some Matlab code saved as a .m file. The code reads touch events on a touch screen. I need to convert this to a Simulink block. I was going to try to use the msfuntmpl_basic is this the best way to or is there a better way. I have searched numerous sources to find instructions but have failed to locate anything of use. Could someone even point me in the right direction please. Thanks Peter

Answers (1)

Vishal Neelagiri
Vishal Neelagiri on 17 Jan 2017
According to your workflow, you can use the MATLAB function block or the Level-2 MATLAB S-Function block to use MATLAB code in Simulink. You can refer to the following documentation links:
https://www.mathworks.com/help/simulink/slref/matlabfunction.html
https://www.mathworks.com/help/simulink/slref/level2matlabsfunction.html
https://www.mathworks.com/help/simulink/sfg/writing-level-2-matlab-s-functions.html

Community Treasure Hunt

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

Start Hunting!