help-octave
[Top][All Lists]
Advanced

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

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


From: Avinoam
Subject: Switching off warning "load: 'file' found by searching load path
Date: Mon, 5 Jun 2017 10:27:50 -0700 (PDT)

>> load ('penny.mat')
warning: load: 'C:\Octave\OCTAVE~1.1\share\octave\4.2.1\data\penny.mat'
found by searching load path

I would like to switch off this warning:

>> warning ('off', 'Octave:load-file-in-path')
>> warning ('query', 'Octave:load-file-in-path')
ans =

  scalar structure containing the fields:

    identifier = Octave:load-file-in-path
    state = off

but still:

>> load ('penny.mat')
warning: load: 'C:\Octave\OCTAVE~1.1\share\octave\4.2.1\data\penny.mat'
found by searching load path

but using 
>> warning ('off', 'all')

switches off this warning. 
How do I switch off only this warning?

Thanks,

Avinoam




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



reply via email to

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