simulink code generation error !!!
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Onur Isbecer
el 7 de Jul. de 2014
Comentada: Onur Isbecer
el 7 de Jul. de 2014
Hi everybody !
I have some problems with code generation. my generated code looks like okay. But if I make some implementation with this code to another main C-Script, the variables don't suit together :/ I see this error:
incompatible types when assigning to type ‘real_T’
can anybody tell me please where is the problem ? what should I chance to have the right variable type
thanks in advance
Best Regards Onur
2 comentarios
Anthony Poulin
el 7 de Jul. de 2014
I think the type real_T is defined in the header file "tmwtypes.h", do you have include it?
Respuesta aceptada
Titus Edelhofer
el 7 de Jul. de 2014
You should include the generated header file for the model, it should contain all necessary includes.
Titus
3 comentarios
Titus Edelhofer
el 7 de Jul. de 2014
Don't use the rtwtypes.h but the "modelname".h. It includes types, function headers etc.
Regarding the error: you will need to tell your compiler where to find it (command line it's the "-I" switch).
Titus
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulink Coder 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!