OpenFAST / matlab-toolbox

Collection of Matlab tools developed for use with OpenFAST
Apache License 2.0
50 stars 67 forks source link

Problem with matlab command to add path #16

Closed ramisetti closed 4 years ago

ramisetti commented 4 years ago

The documentation says addpath( getpath('AbsolutePathToToolbox') ) to add the path to matlab-toolbox in Matlab. I think the command should be instead addpath( genpath('AbsolutePathToToolbox') )