Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
read matlab data
#2
Some advice,i not to familiar with read Matlab file into Python.
Quote:To extract meaningful data from the MatlabOpaque object (table), you'd typically have a few options:

Using MATLAB: You can load the .mat file in MATLAB, convert the table to a simpler data structure (e.g., a matrix or an array),
and save it again as a new .mat file.
Then, you can load this new file in Python, and it should be more accessible.

Third-party Tools: There are some Python packages and tools developed by the community that try to handle MatlabOpaque objects.
One such tool is mat4py. You can try using it to see if it decodes your specific .mat file better.

Octave: Although Octave can handle .mat files, it might not handle the newer MATLAB OOP-style objects perfectly.
However, it's worth a try if MATLAB isn't accessible.
Reply


Messages In This Thread
read matlab data - by pz16 - Oct-06-2023, 08:28 PM
RE: read matlab data - by snippsat - Oct-06-2023, 11:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Smile How to further boost the data read write speed using pandas tjk9501 1 1,290 Nov-14-2022, 01:46 PM
Last Post: jefsummers
  Read json array data by pandas vipinct 0 1,975 Apr-13-2020, 02:24 PM
Last Post: vipinct
  Python read Excel cell data validation anantpatil 0 4,201 Jan-31-2020, 04:57 PM
Last Post: anantpatil
  Read data, recognize trends and send report vin0001 1 2,162 Oct-02-2019, 06:08 AM
Last Post: buran
  Read CSV data into Pandas DataSet From Variable? Oliver 7 14,070 Jul-05-2018, 03:29 AM
Last Post: answerquest
  Read Data with multiprocessing RomanRettich 1 2,486 Jun-16-2018, 02:33 AM
Last Post: woooee
  Saving data into .mat (Matlab Fiile) Tulo_Stone 0 2,408 Feb-28-2018, 12:57 AM
Last Post: Tulo_Stone
  Need help in framing data read from wav file Vishweshkumar 1 3,710 Feb-10-2017, 01:45 PM
Last Post: sparkz_alot

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020