when I ran a MATLAB app I created I get Warning: Marker input is ignored in command prompt. What this means
37 views (last 30 days)
Show older comments
Accepted Answer
More Answers (1)
Walter Roberson
on 25 Jun 2021
Something in your code invokes either xline() or yline(), and specifies a marker in doing so. For example,
xline(4, 'r*')
However, xline() and yline() do not permit markers.
0 Comments
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!