OpenFAST / matlab-toolbox

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

CampbellMatchModeNames function missing #19

Closed ramisetti closed 3 years ago

ramisetti commented 4 years ago

The function CampbellMatchModeNames which is called in runCampbell script is not defined. The code to this function is not committed to the repository.

ebranlard commented 4 years ago

You are correct, yet this function cannot be shared right now. You can use the following in the meantime, which is located in the Utililites folder:

[modeID_table, modesDesc] = IdentifyModes(CampbellData);

We are in the process of streamlining the Campbell diagram functionality, so hopefully we'll improve this in a couple of months.