I have a ".mat" file that I want to open and see the contents of. Since I don't have MATLAB, I downloaded GNU's Octave. Since I'm working on Mac's TERMINAL, I'm not exactly sure how to open the ".mat" file so that I can see the contents. Can anyone help me with this? Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Not sure which version of Here's a link that might be a good start. Bottom line is that you can say: In case you wind up having to write code to read the |
|||
|
|
|
I assume you're wanting to open the file for editing? If that's the case then you'll probably have to use an external text editor; Octave, to my knowledge, does not have an editor included like MATLAB does. I could be wrong though, you might want to check Octave's documentation. |
|||