when I ran a MATLAB app I created I get Warning: Marker input is ignored in command prompt. What this means
이전 댓글 표시
Marker input is ignored
댓글 수: 4
Cris LaPierre
2021년 6월 23일
Please share the full error message (all the red text).
Nitin Phadkule
2021년 6월 24일
Walter Roberson
2021년 6월 24일
If you then execute
[msg,warnID] = lastwarn
then what shows up for warnID ?
Nitin Phadkule
2021년 6월 24일
채택된 답변
추가 답변 (1개)
Walter Roberson
2021년 6월 25일
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.
카테고리
도움말 센터 및 File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

