How do I upload my deeplearning network to previous version of Simulink?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
재원
el 4 de Nov. de 2022
I'm trying to upload my deep learning model which is trained at R2021a, to Simulink R2018b.
I've been trying this for over a month, but I didn't succeed.
If you know any Idea, It will be huge gift for me.
I have tried these things:
- at R2018b Simulink, Use matlab function block
-> It causes error(coder dot indexing problem)
- at R2018b, generate C++ code for my model
-> It doesn't work(dot indexing problem)
- at R2021a, generate C++ code for my model, and upload to R2018b Simulink via S-function
-> Code generation was successful, but I have no idea what to do next.
0 comentarios
Respuesta aceptada
Hariprasad Ravishankar
el 4 de Nov. de 2022
Hello,
I believe step 2 of this MATLAB Answers post will help you take your generated code to a previous release of MATLAB via S-function.
Please let us know if you found this helpful.
Hari
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Code Generation Fundamentals en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!