Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
problem about plot 'x =2'
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have 2 question about plot
One . I want to draw a plot 'X = 2' just straight line like picture
Two .And I want to use fullcrosshair mouse style but I realized it can't use anymore in R2015a So have any function or know about similar mouse style Plz tell me ,,,
4 Kommentare
KSSV
am 1 Apr. 2016
Image Analyst
am 1 Apr. 2016
ginput() will give those, and they move with the mouse. If you want non-moving, static lines, use the line() function.
Antworten (1)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!