help-octave
[Top][All Lists]
Advanced

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

Re: Switching off warning "load: 'file' found by searching load path


From: mmuetzel
Subject: Re: Switching off warning "load: 'file' found by searching load path
Date: Tue, 6 Jun 2017 04:58:50 -0700 (PDT)

Avinoam,

you can query the id of the last warning with the following:
>> load ('penny.mat')
warning: load: 'C:\Octave\OCTAVE~1.1\share\octave\4.2.1\data\penny.mat'
found by searching load path
>> [w, id] = lastwarn
w = load: 'C:\Octave\OCTAVE~1.1\share\octave\4.2.1\data\penny.mat' found by
searching load path
id = Octave:data-file-in-path

Issuing the following command disables the warning for me:
warning ('off', 'Octave:data-file-in-path')

Markus



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Switching-off-warning-load-file-found-by-searching-load-path-tp4683566p4683575.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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