parsim does not appear to recognise Enumerations
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Michael O'Brien
il 29 Ott 2019
Risposto: Rahul Kumar
il 8 Nov 2019
I'm getting parsim up and running in my environment (where I have predefined Enumerations).
When I run 'sim' then the Enumerations are recognised.
When I run 'parsim' (even only for a single iteration) then the Enumerations are not recognised.
For Example:
Invalid setting in 'End_to_End_TB/Data Type Conversion22' for parameter 'OutDataTypeStr'.
'Enum: myEnum' does not resolve to a valid data type for parameter 'OutDataTypeStr' in 'End_to_End_TB/Data Type Conversion22'.
Cannot register enumerated data type because value specified is not a class.
2 Commenti
Rahul Kumar
il 1 Nov 2019
Hi Michael,
Most likely, you will need to attach the m-file where the enum is defined using the 'AttachedFiles' option on parsim.
out = parsim(in, 'AttachedFiles', {'full/path/to/your/enum/file'});
Can you please try that and let me know if that works?
Risposta accettata
Rahul Kumar
il 8 Nov 2019
Attach the m-file where the enum is defined using the 'AttachedFiles' option on parsim.
out = parsim(in, 'AttachedFiles', {'full/path/to/your/enum/file'});
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Run Multiple Simulations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!