-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
Response ClassResponse Class (responseClass.m)Response Class (responseClass.m)
Description
Now that the responseClass defaults to saving output as a structure, the following plotting scripts only when you execute wecSim, but not after the fact.
%Plot heave response for body 1
output.plotResponse(1,3);
%Plot heave response for body 2
output.plotResponse(2,3);
%Plot heave forces for body 1
output.plotForces(1,3);
%Plot heave forces for body 2
output.plotForces(2,3);Metadata
Metadata
Assignees
Labels
Response ClassResponse Class (responseClass.m)Response Class (responseClass.m)