Evrimovepath

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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