octave-maintainers
[Top][All Lists]
Advanced

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

Re: mat file opening


From: Martin Helm
Subject: Re: mat file opening
Date: Sat, 14 Apr 2012 22:36:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120328 Thunderbird/11.0.1

Am 14.04.2012 22:26, schrieb Martin Helm:
> Am 14.04.2012 21:59, schrieb Levente Torok:
>> HI Guys,
>>
>> I checked iagain nips_wd.dat doesn't open in my octave 3.2.4.
>> I asked the author to reproduce cora_wd.dat file in order to make sure
>> that this is not a transmission error kind of thing.
>>
>> I have no access to matlab so I have no clue how matlab would behave
>> but Ben tested it.
>>
>> Thanks,
>> Lev
>>
> Maybe a problem with the 3.2.4 version, the nips_wd seems so far to load
> fine on 3.6.1
>
> octave:1> load nips_wd.mat
> octave:2> whos
> Variables in the current scope:
>
>    Attr Name         Size                     Bytes  Class
>    ==== ====         ====                     =====  =====
>         nips_wd  13649x1740                11206504  double
>
> Total is 933295 elements using 11206504 bytes
>
cora_wd.mat also loads on 3.6.1, I downloaded the zip from your previous
given link
http://code.google.com/p/tmbp-topicmodel-beliefpropagation/downloads/detail?name=TMBPv1.0.zip&can=2&q=

Maybe you should simply update your octave (I tested on GNU/Linux
openSUSE 12.1 64bit)

octave:1> load cora_wd.mat
octave:2> whos
Variables in the current scope:

   Attr Name         Size                     Bytes  Class
   ==== ====         ====                     =====  =====
        cora_wd   2961x2410                 1254032  double

Total is 103699 elements using 1254032 bytes

octave:3> typeinfo(cora_wd)
ans = sparse matrix




reply via email to

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