help-octave
[Top][All Lists]
Advanced

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

Re: Problem loading a mat file


From: Helios de Rosario
Subject: Re: Problem loading a mat file
Date: Sat, 07 Jun 2014 22:56:37 +0200

>>> El día 07/06/2014 a las 12:43, Sylvain LEFEBVRE
<address@hidden>
escribió:
> 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>'
> 
> 

Not having seen the file itself, I cannot be sure. But it is possible
that some variable of the workspace you are trying to load contains a
special class of object that is not recognized in your octave session,
or there is some function handle around. That's a common cause of
non-portability in data sets.

What does "whos" say in the Matlab session where you saved the data
from?

Helios De Rosario

INSTITUTO DE BIOMECÁNICA DE VALENCIA
Universidad Politécnica de Valencia • Edificio 9C
Camino de Vera s/n • 46022 VALENCIA (ESPAÑA)
Tel. +34 96 387 91 60 • Fax +34 96 387 91 69
www.ibv.org

  Antes de imprimir este e-mail piense bien si es necesario hacerlo.
En cumplimiento de la Ley Orgánica 15/1999 reguladora de la Protección
de Datos de Carácter Personal, le informamos de que el presente mensaje
contiene información confidencial, siendo para uso exclusivo del
destinatario arriba indicado. En caso de no ser usted el destinatario
del mismo le informamos que su recepción no le autoriza a su divulgación
o reproducción por cualquier medio, debiendo destruirlo de inmediato,
rogándole lo notifique al remitente.




reply via email to

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