Hi,
I have tables/arrays with different data types (double precision, single precision, half precision, uint8, ...) stored in the Matlab workspace.
I want to use these different data types in the PLECS 3D-Table and compare the results. For the default 64 bit (double precision) it works fine. For the other data types, I get a compilation error like: "3D array contains infinite elements."
I saw, that PLECS offers the possibility to change the data type via a separate block "Data Type" within the PLECS simulation.
But is it not possible to choose the data type already in the Matlab Workspace which I would prefer because of the half precision which is obviously not possible in PLECS?
Or what's the problem here? Thank you!