can i convert matlab simulink model into matlab code?
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have simulink models in digital communication , then can i convert it into matlab codes?
0 comentarios
Respuestas (1)
Walter Roberson
el 20 de Oct. de 2020
Editada: Walter Roberson
el 20 de Oct. de 2020
No. There are no tools to convert Simulink to MATLAB. There are tools to convert Simulink to C or C++.
Most Simulink blocks have equivalent MATLAB functions, so sometimes Re-implementation in MATLAB is not so difficult.
3 comentarios
Walter Roberson
el 1 de Feb. de 2021
Editada: Walter Roberson
el 5 de Nov. de 2024
DB
el 5 de Nov. de 2024
Editada: DB
el 5 de Nov. de 2024
Dear Walter, @Walter Roberson
You wrote that 'Most Simulink blocks have equivalent MATLAB functions, so sometimes Re-implementation in MATLAB is not so difficult'. Which blocks are those that have simulink functions? And is there a list or documentation of these somewhere ?
Ver también
Categorías
Más información sobre Simulink Functions 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!