Convert algorithm code to simulink model
1 次查看(过去 30 天)
显示 更早的评论
Hi,
Is it possible to convert Matlab code algorithm into Simulink model?
Thanks
0 个评论
采纳的回答
更多回答(3 个)
Viju
2014-3-19
You can incorporate existing MATLAB script in a Simulink model using MATLAB function blocks. For information on that, take a look at: http://www.mathworks.com/videos/incorporating-matlab-algorithms-into-a-simulink-model-69028.html
3 个评论
Viju
2014-3-20
I don't understand the problem entirely (and perhaps your k is i). Can you elaborate on what exactly you are looking to do?
Chandrasekhar
2014-3-20
Suma, there is not method of converting an mscript to a simulink model. You need to develop the algorithm in simulink based on the mscript
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!