Garron Fish
Garron Fish
```Modelica function processFiles input String filesToProcess[:] "Files to be processed"; protected String fileName "Current file being processed"; algorithm for fileName in filesToProcess loop success = Modelica.Utilities.Files.copy(fileName, "x"); if success then...
A ticket has been created in FMI to look into this: https://github.com/modelica/fmi-standard/issues/372 however, it is pretty old so please add further information to this. I will try add this as...
Thanks for highlighting this. So in Dymola this means that the user has to go around providing units for more things which is more cumbersome work alternatively unit checking is...
Apologies, I read the header of the .mat file and it says: MATLAB 5.0 MAT-file, Platform: PCWIN64 This actually means -v6 or -v7 format which I did not realise. Please...
The MAT-file was created using Matlab 2024b using save and the default settings. Ulf thinks the issue is related to the int64 array. There are about 200 arrays of size...
This runs without a problem and displays information about the arrays stored in the .mat file, here is a snippet showing the int64 bit array.