Skip to content
New issue

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

Bug: kWaveArray support for plotting line elements #4

Open
bencox opened this issue Nov 28, 2024 · 0 comments
Open

Bug: kWaveArray support for plotting line elements #4

bencox opened this issue Nov 28, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bencox
Copy link
Collaborator

bencox commented Nov 28, 2024

What Happened?

kWaveArray method plotArray doesn't yet support line elements. It needs to be added at about line 1092 in the kWaveArray class definition file.

Error messages

Error using kWaveArray/plotArray (line 1145)
line is not a valid array element type.

How Can We Reproduce?

Create a kWaveArray object
karray = kWaveArray;
Add a line element
karray.addLineElement(start_point, end_point);
Try to plot it
karray.plotArray

Operating System

Mac

Release Version

1.4 (Default)

MATLAB Version

2024b

@bencox bencox added the bug Something isn't working label Nov 28, 2024
@bencox bencox self-assigned this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant