Evrimovepath: Difference between revisions
Jump to navigation
Jump to search
imported>Scott |
imported>Scott No edit summary |
||
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 evrimovepath('bottom') 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=== |
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.