You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fx_getMats code matData.WindSpeed(iFile) = data(iFile).WindSpeed appeared a bug : Cannot perform assignment because the number of elements on the left and right sides is different
But all 36 .lin files can be generated
The detailed information is shown in the following diagram
My OpenFAST version is 3.5.2
Matlab workspace
The text was updated successfully, but these errors were encountered:
Perhaps the issue is the stars (***) showing up in the wind speed output, which was discussed in OpenFAST/openfast#1622 and fixed in OpenFAST/openfast#1655, which was released with OpenFAST 3.5.1.
fx_getMats code
matData.WindSpeed(iFile) = data(iFile).WindSpeed
appeared a bug : Cannot perform assignment because the number of elements on the left and right sides is differentBut all 36 .lin files can be generated
The detailed information is shown in the following diagram
My OpenFAST version is 3.5.2
Matlab workspace
The text was updated successfully, but these errors were encountered: