How to avoid "fill" plot problem in boundaries
Ältere Kommentare anzeigen
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 Kommentare
DGM
am 10 Jan. 2023
What's it supposed to look like? Without having the input variables, it's hard to say.
J. Alex Lee
am 10 Jan. 2023
have you looked into "patch" instead of fill?
Image Analyst
am 10 Jan. 2023
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
Tesla
am 11 Jan. 2023
Antworten (0)
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!