I want to convert slx file to m file in matlab
9 次查看(过去 30 天)
显示 更早的评论
I want to convert the simulink model to code , What should i do ?? Help me
0 个评论
回答(1 个)
Amith
2024-10-17
Hi Quoc,
Unfortunately, it is not possible to directly generate MATLAB code from a Simulink model using a generator. However, you can generate C/C++ code from the Simulink model and then manually convert that code to MATLAB.
Hope this helps!
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!