photo

Nils Lande


Last seen: 4 días hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


How can I write Log messages from FMU exported from MATLAB/Simulink
An FMU can issue log messages througt the fmiCallbackLogger member of the fmiCallbackFunction. I have an FMU that is exported f...

alrededor de 2 meses hace | 1 respuesta | 0

1

respuesta

Respondida
Unknown hook 'FMUExportTestingMode'. Either no such hook is registered or the module registering the hook is currently not loaded.
The solution is to call load_system() before calling exportToFMU(): load_system(modelName); exportToFMU(modelName,'FMIVersion'...

3 meses hace | 0

| aceptada

Pregunta


Unknown hook 'FMUExportTestingMode'. Either no such hook is registered or the module registering the hook is currently not loaded.
I'm trying to run a script that generates FMUs using the MATLAB function exportToFMU. I ran it successfully many times yesterday...

3 meses hace | 1 respuesta | 0

1

respuesta

Respondida
How can I use a coder.opaque value in a Matlab expression with codegen?
coder.eval('(int)', fid) can be used to return the value as integer. Example: fp_int = int32(0); fp = coder.opaq...

más de 8 años hace | 1

Pregunta


How to troubleshhot Code generation error messages ('Dimension 2 is fixed on the left-hand side')?
I have been struggeling with a tricky error message that I get during code generation. I have a Simulink model that contains ...

más de 9 años hace | 1 respuesta | 0

1

respuesta