open-discussion
open-discussion > RE: I met a problem when load PIPE_status.mat
Nov 27, 2011 08:11 PM | Pierre Bellec
RE: I met a problem when load PIPE_status.mat
Dear Ziaxu,
I did run into a similar problem a number of times, when I tried to access some logs generated using Octave from Matlab. By default, Octave is using a weird CSV-like file format that's not supported by Matlab. You need to force a different default (HDF5) which is used also by Matlab. The command is:
You can make this change permanent by editing the file .octaverc in your home directory. You may also want to add 'more off' because that verbose mode is way more comfortable with PSOM. I am not sure this is the problem you had, but that's my best guess.
Best regards,
Pierre
I did run into a similar problem a number of times, when I tried to access some logs generated using Octave from Matlab. By default, Octave is using a weird CSV-like file format that's not supported by Matlab. You need to force a different default (HDF5) which is used also by Matlab. The command is:
default_save_options('-7'); % Use the same .mat files as Matlab
You can make this change permanent by editing the file .octaverc in your home directory. You may also want to add 'more off' because that verbose mode is way more comfortable with PSOM. I am not sure this is the problem you had, but that's my best guess.
Best regards,
Pierre
Threaded View
| Title | Author | Date |
|---|---|---|
| cui zaixu | Nov 26, 2011 | |
| Pierre Bellec | Nov 27, 2011 | |
