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

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

[Octave-bug-tracker] [bug #54152] 'load' function can not be resolved.


From: Marc Dirix
Subject: [Octave-bug-tracker] [bug #54152] 'load' function can not be resolved.
Date: Tue, 19 Jun 2018 10:42:33 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36

Follow-up Comment #2, bug #54152 (project octave):

Thank you for testing. It seems the problem was not in load directly but in
the who command. This code fails for me:

A = 1:100;
save('NoTest.mat','A');
clear all;
who('-file','NoTest.mat');
error: feval: function 'load' not found
error: called from
    NoTest at line 4 column 1

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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