Write MatLab tables with MatFileHandler #2

Open
opened 2018-09-18 13:58:50 +00:00 by bernie678 · 3 comments
bernie678 commented 2018-09-18 13:58:50 +00:00 (Migrated from github.com)

I am wondering how to write a MatLab dataset or perhaps a table variable to a .mat file. An example or guidelines would be much appreciated.

I am wondering how to write a MatLab dataset or perhaps a table variable to a .mat file. An example or guidelines would be much appreciated.
mahalex commented 2018-09-18 15:05:41 +00:00 (Migrated from github.com)

Hi,
unfortunately, neither datasets nor tables are supported at the moment. Datasets seem to be deprecated, so I don't think it makes sense for MatFileHandler to deal with them. It would be nice to have support for tables, and this is in the plans, but I can't give you any time estimates right now.

Hi, unfortunately, neither datasets nor tables are supported at the moment. Datasets seem to be deprecated, so I don't think it makes sense for MatFileHandler to deal with them. It would be nice to have support for tables, and this is in the plans, but I can't give you any time estimates right now.
mahalex commented 2018-10-14 18:23:36 +00:00 (Migrated from github.com)

Version 1.3.0-beta1 adds preliminary support for Matlab objects, so now you can read table variables from .mat files. Writing support is possible, but is going to take more time.

Version 1.3.0-beta1 adds preliminary support for Matlab objects, so now you can read table variables from .mat files. Writing support is possible, but is going to take more time.
bernie678 commented 2018-10-15 22:23:12 +00:00 (Migrated from github.com)

OK. Thanks.


From: Alexander Luzgarev notifications@github.com
Sent: Sunday, October 14, 2018 1:23 PM
To: mahalex/MatFileHandler
Cc: bernie678; Author
Subject: Re: [mahalex/MatFileHandler] Write MatLab Dataset with MatFileHandler (#2)

Version 1.3.0-beta1 adds preliminary support for Matlab objects, so now you can read table variables from .mat files. Writing support is possible, but is going to take more time.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/mahalex/MatFileHandler/issues/2#issuecomment-429649626, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ApXqdlaVZzO24VOC1UuLuW4smtfB6Hulks5uk4EogaJpZM4Wt_Mc.

OK. Thanks. ________________________________ From: Alexander Luzgarev <notifications@github.com> Sent: Sunday, October 14, 2018 1:23 PM To: mahalex/MatFileHandler Cc: bernie678; Author Subject: Re: [mahalex/MatFileHandler] Write MatLab Dataset with MatFileHandler (#2) Version 1.3.0-beta1 adds preliminary support for Matlab objects, so now you can read table variables from .mat files. Writing support is possible, but is going to take more time. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<https://github.com/mahalex/MatFileHandler/issues/2#issuecomment-429649626>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ApXqdlaVZzO24VOC1UuLuW4smtfB6Hulks5uk4EogaJpZM4Wt_Mc>.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mahalex/MatFileHandler#2
No description provided.