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
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 using kWaveArray/plotArray (line 1145) line is not a valid array element type.
Create a kWaveArray object karray = kWaveArray; Add a line element karray.addLineElement(start_point, end_point); Try to plot it karray.plotArray
karray = kWaveArray;
karray.addLineElement(start_point, end_point);
karray.plotArray
Mac
1.4 (Default)
2024b
The text was updated successfully, but these errors were encountered:
bencox
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: