help-octave
[Top][All Lists]
Advanced

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

Package precedence?


From: roland65
Subject: Package precedence?
Date: Mon, 12 Nov 2018 04:26:15 -0600 (CST)

Hi,

some of the functions implemented in different packages can have the same
name. For example, nan and statistics packages have the same functions
std(), median(), corrcoef(), etc. that should do the same things but are
implemented in different ways.

In my .octaverc, I load these packages:

load nan
load statistics

However, whatever the order of these lines, the functions selected by Octave
are always those of the nan package (because of the alphabetical order?).

Is there a way to tell Octave to get first the functions from the statistics
package?

Thanks,
RB 




--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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