Translating Ada to Matlab
Mostrar comentarios más antiguos
Has anyone ever delt with attempting to translate Ada Source code directly to MatLab? To take it one step further has anyone attempted to automate it?
Respuestas (1)
Hubert Menou
el 20 de Jun. de 2019
0 votos
Translate Ada code into MATLAB code is not really feasible. However, you can write Ada source code, and then use it from MATLAB (perhaps this is what you meant in the first place).
To do so, you can take a look at this topic, which already has all the answers to your questions : https://www.mathworks.com/matlabcentral/answers/315675-developing-and-building-s-functions-for-simulink-that-incorporate-ada-code
Categorías
Más información sobre Share and Distribute Software en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!