You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The conversion to and from Matlab datatypes is unexpectedly difficult. Furthermore, there are a number of other libraries that would benefit from type-level interop. To do this we need a two way lookup mechanism.
Data going from F# to Matlab needs to be converted properly. For example, arrays of complex numbers must be converted one at a time.
Data going from Matlab to F# needs to be massaged. For example, even 1d arrays in Matlab will be retrieved as 2D matrices in .NET.
The plugins should be explicitly referenced in the configuration file.
The text was updated successfully, but these errors were encountered:
From #3
The conversion to and from Matlab datatypes is unexpectedly difficult. Furthermore, there are a number of other libraries that would benefit from type-level interop. To do this we need a two way lookup mechanism.
Data going from F# to Matlab needs to be converted properly. For example, arrays of complex numbers must be converted one at a time.
Data going from Matlab to F# needs to be massaged. For example, even 1d arrays in Matlab will be retrieved as 2D matrices in .NET.
The plugins should be explicitly referenced in the configuration file.
The text was updated successfully, but these errors were encountered: