Why do I receive a warning about a value indexed with no subscripts?
Show older comments
Why do I receive the warning below that says a value was indexed with no subscripts, and this will be an error in a future release?
Warning: A value of class "<some class>" was indexed with no subscripts
specified. Currently the result of this operation is the indexed value
itself, but in a future release, it will be an error.
Accepted Answer
More Answers (1)
James Lebak
on 26 Mar 2024
0 votes
This warning was removed in R2023a. More details are in the release notes.
Categories
Find more on Performance and Memory in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!