Skip to content

responseClass plotting scripts #514

@kmruehl

Description

@kmruehl

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

No one assigned

    Labels

    Response ClassResponse Class (responseClass.m)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions