help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem loading a mat file


From: Sylvain LEFEBVRE
Subject: Problem loading a mat file
Date: Sat, 7 Jun 2014 13:13:35 +0200 (CEST)

Dear all,

I am new to octave and I have an issue in loading a matlab generated .mat file.
In matlab the file loads properly and all values can be printed.

In octave, when I use:
$ load obj_A
$ obj_A

obj_A =

  scalar structure containing the fields:

    MCOS =

      3707764736
               2
               1
               1
               1
               1

    gmdistribution =

error: octave_base_value::print (): wrong type argument '<unknown type>'


I also tried to save the file from matlab to v7 format, with no success (same 
output).
I can provide the mat file in PM, if needed.

Problem appears in both linux 32 bit and Mac os 10.9 64 bit.

Did anyone had the same issue or give me pointers to which direction I can look 
?

Tank you in advance



reply via email to

[Prev in Thread] Current Thread [Next in Thread]