Evrimovepath: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
No edit summary
imported>Scott
 
Line 1: Line 1:
===Purpose===
===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 <tt>evrimovepath('bottom')</tt> before calling pca.
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 <tt>evrimovepath('bottom')</tt> before calling PCA.


===Synopsis===
===Synopsis===

Latest revision as of 09:17, 31 May 2019

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