Simulink auto-code language setting for models with reference model within them.

2 visualizaciones (últimos 30 días)
So I have a matlab model which has two other models inside them. I want to autocode in such a way that one of the module gets auto coded in plain C++ and the other model gets auto codded in CUDA. Is this even possible?

Respuestas (1)

Manikanta Aditya
Manikanta Aditya el 9 de En. de 2024
Michal ha marcado con alerta este/a respuesta
Hi Ishan,
As per my understanding, you have a MATLAB model which has two other models inside the main model. You would like to auto code in such a way that one of the modules gets auto coded in plain C++ and the other models gets auto coded in CUDA.
MathWorks provides several products for code generation from MATLAB and Simulink models. You can generate optimized C, C++, CUDA, Verilog and VHDL that compiles with standards. You can partition the model and use the available resources to generate the codes respectively.
For Generating C++ code, you can use MATLAB Coder and Simulink Coder, it allows you to automatically generate C and C++ code from MATLAB Code:
For Generating CUDA code, you can use GPU Coder, it generates optimized CUDA code from Simulink models containing MATLAB Function blocks.
Please refer to the following reference to know more about:
I hope this resolves the issue you were facing.

Categorías

Más información sobre Simulink Coder en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by