Closing out points in Matlab
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Mr. NailGuy
il 14 Nov 2017
Commentato: Star Strider
il 14 Nov 2017
Hi everyone,
Does anybody knows how can I close out the points plotted around a circle in Matlab? See the attached figure. I just used a command line(x,y) to connect my points around but it doesn't close out. Is it because its not a perfect circle? Thanks
0 Commenti
Risposta accettata
Star Strider
il 14 Nov 2017
It is not closing on its own because it needs help to close the curve.
Try this:
line([x x(1)],[y y(1)])
NOTE — This is UNTESTED CODE. It should work.
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!