convert image processing m file to simulink
9 views (last 30 days)
Show older comments
hi; i make image processing m file and i want convert it Simulink . what should i do;
and other question in my program i use neural network also and i read when i want to make stand alone application i must convert it to Simulink .is it right ?
############
my project is i take 2 image and generate template form them and then use neural to compare the template .
Thanks.
0 Comments
Accepted Answer
Andreas Goser
on 27 Jul 2011
If the only reason to move to Simulink is the need to create a Stand-Alone Application, then you don't have to. The MATLAB Compiler can do this for MATLAB codes.
BUT!
Assuming, you are doing your neural networks with the Neural Network Toolbox, then there are limitations. Let us know how the limitations affect you.
From your desctiption, I do not see why Simulink would help you, but some notes:
1. You can't convert MATLAB code into Simulink models 2. But you can incorporate MATLAB code into Simulink models. There are multiple options 3. But I do not see how the limitations would go away with this appoach
0 Comments
More Answers (1)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!