Changes between Version 1 and Version 2 of Ticket #5927, comment 38
- Timestamp:
- 2020-06-06T22:49:59Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5927, comment 38
v1 v2 1 1 OK, now the .m file is successfully generated, thanks @adrpo for the fix! 2 2 3 I would kindly ask @Karim to a few furtherdetails.3 I would kindly ask @Karim to fix some last details. 4 4 5 5 If I linearize model {{{P.simple_test}}}, I get a file {{{linear_P.simple_test.m}}}. Besides this filename potentially being very, very long if the model is found within several nested packages with long names, MATLAB file names can only contain letters, numbers and underscores, so this file name is illegal for all models that are not defined in the top global scope.