Evrimovepath

From Eigenvector Research Documentation Wiki
Revision as of 09:17, 31 May 2019 by imported>Scott (→‎Purpose)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Move all Eigenvector (EVRI) products to the top or bottom of the Matlab path. Use this function to help mitigate namespace conflicts with other toolboxes. For example, if you with to use the Stats Toolbox version of PCA, run the command evrimovepath('bottom') before calling PCA.

Synopsis

evrimovepath(mode)

Description

Input 'mode' can be 'top' or 'bottom', when 'bottom' a warning comes up notifying user that functions will not work properly.

See Also

evriinstall, setpath