Statistik
RANG
22.039
of 297.010
REPUTATION
2
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
1
RANG
of 20.418
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.687
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa ein Monat vor | 1 Antwort | 0
1
AntwortUnknown 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 Monate vor | 0
| akzeptiert
Frage
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 Monate vor | 1 Antwort | 0
1
AntwortHow 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...
mehr als 8 Jahre vor | 1
Frage
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 ...
mehr als 9 Jahre vor | 1 Antwort | 0