How to avoid "fill" plot problem in boundaries
조회 수: 3 (최근 30일)
이전 댓글 표시
I am trying to make an animation of my data, using fill function instread of plot.
but when I use fill I got this problem in my boundaries, and when i use just plot I don't get this problem. you can see in the picture what i mean.
I tried to use this line using mod:
fill(mod(Tx1,(mm)),Ty1,'red.', 'linewidth',2);
but always the same issue.
Does anyone have an idea how to deal with that?
댓글 수: 4
Image Analyst
2023년 1월 10일
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Formatting and Annotation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!