Classdef compatible with Matlab Coder?

2 Ansichten (letzte 30 Tage)
Daniel
Daniel am 13 Mai 2014
Beantwortet: Friedrich am 13 Mai 2014
I have a package of multiple .m files and self defined classes that I want to compile into C Code as a stand alone application. In my research on this topic I could not find a definite answer to this. Cansomeone tell if this is possible?

Akzeptierte Antwort

Friedrich
Friedrich am 13 Mai 2014
Hi,
check out
>>web(fullfile(docroot, 'simulink/ug/matlab-language-features-supported-for-code-generation.html'))
or use the online doc. Classes should be supported by MATLAB Coder. AFAIK the MATLAB Coder converts the MATLAB class into a structure like format in C.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by