how to convert block diagram (simulink )to m-file code ?

149 views (last 30 days)
may i know how to convert the simulink blok diagram into m-file ? how can i get the code for each block?
the m-file coded will run on DSP kit tms320c6713 so the waterfall graph (pe vs ber) will come out.
here is the block diagram i need to convert..

Accepted Answer

Paulo Silva
Paulo Silva on 3 Mar 2011
There's no way to convert it directly. You do your project on simulink or on matlab's m code, you can also do in both at the same time but simulink parts can't be converted unless you make equivalent functions in your m code.

More Answers (1)

Kaustubha Govind
Kaustubha Govind on 3 Mar 2011
If you plan to run the model on an microprocessor, you probably need to convert it to C/C++ code and not MATLAB code. To generate C/C++ code from a Simulink model, you need Real-Time Workshop.

Community Treasure Hunt

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

Start Hunting!