Evrimovepath: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (Created page with '===Purpose=== Move all Eigenvector products to the top or bottom of the Matlab path. ===Synopsis=== :evrimovepath(mode) ===Description=== Input 'mode' can be '''top''' or ''…') |
imported>Scott |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Move all Eigenvector products to the top or bottom of the Matlab path. | 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=== | ||
Line 9: | Line 9: | ||
===Description=== | ===Description=== | ||
Input 'mode' can be '''top''' or '''bottom''', when '''bottom''' a warning comes up notifying user that functions will not work properly. | Input 'mode' can be ''''top'''' or ''''bottom'''', when ''''bottom'''' a warning comes up notifying user that functions will not work properly. | ||
===See Also=== | ===See Also=== | ||
[[evriinstall]], [[setpath]] | [[evriinstall]], [[setpath]] |
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.