OpenFAST / matlab-toolbox

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

fx_getMats bug while running runCampbell.m #45

Open Lizao730 opened 5 months ago

Lizao730 commented 5 months ago

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 2

The detailed information is shown in the following diagram 3

My OpenFAST version is 3.5.2 Matlab workspace 1

jjonkman commented 5 months ago

Perhaps the issue is the stars (***) showing up in the wind speed output, which was discussed in https://github.com/OpenFAST/openfast/issues/1622 and fixed in https://github.com/OpenFAST/openfast/pull/1655, which was released with OpenFAST 3.5.1.