-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
string array support ? #98
Comments
How and in which MATLAB version did you generate this MAT-file? |
do you support string array ? |
Yes, character array is supported. |
string array != character array |
Not yet supported. Let me see what I can do. Can you save your MAT file also as v7 and v6 please. |
|
Related to #77 and the undocumented opaque type for MCOS. At least, we have the reverse engineering available by @mbauman at https://nbviewer.jupyter.org/gist/mbauman/9121961. |
reading a v7.3 or v6 matfile with A = ["Nelson" "is" "open"] returns MAT_T_UNKNOWN
(tested with matio master)
What are really supported types ?
My Soft nelson can have all equivalent variables available in mat file and I would like to use matio...
Thanks
The text was updated successfully, but these errors were encountered: