octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #53363] Error at loading mat file created in m


From: avlas
Subject: [Octave-bug-tracker] [bug #53363] Error at loading mat file created in matlab in mac osx
Date: Sun, 18 Mar 2018 08:44:49 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.10.0 Chrome/61.0.3163.140 Safari/537.36 Konqueror (WebEnginePart)

Follow-up Comment #3, bug #53363 (project octave):

I found the issue. The problem occurs with Matlab mat files containing
variables like this:

"
>> pseudo_anonymous_function = @afun

pseudo_anonymous_function =

  function_handle with value:

    @afun
>>
"

They work just fine in Matlab (you can create them, save and load with no
issue). Octave doesn't like those, you cannot create them:

"
>> pseudo_anonymous_function = @afun
error: @afun: no function and no method found
>>
"

And same error occurs when trying to load a mat file that contains one of
these variabels

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53363>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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