We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We currently create random phasing as ph = rand(..), which will range 0:1, should be 0:2*pi.
ph = rand(..)
Examples of problem in WaveBot, also need to fix in RM3
WaveBot
RM3
https://github.com/SNL-WaterPower/WecOptTool/blob/be7f353ab79bfc7bfe58a62d1692d1caf145b58d/examples/WaveBot/simulateDevice.m#L86
https://github.com/SNL-WaterPower/WecOptTool/blob/be7f353ab79bfc7bfe58a62d1692d1caf145b58d/examples/WaveBot/simulateDevice.m#L229
The text was updated successfully, but these errors were encountered:
H0R5E
Successfully merging a pull request may close this issue.
We currently create random phasing as
ph = rand(..)
, which will range 0:1, should be 0:2*pi.Examples of problem in
WaveBot
, also need to fix inRM3
https://github.com/SNL-WaterPower/WecOptTool/blob/be7f353ab79bfc7bfe58a62d1692d1caf145b58d/examples/WaveBot/simulateDevice.m#L86
https://github.com/SNL-WaterPower/WecOptTool/blob/be7f353ab79bfc7bfe58a62d1692d1caf145b58d/examples/WaveBot/simulateDevice.m#L229
The text was updated successfully, but these errors were encountered: