Info

此问题已关闭。 请重新打开它进行编辑或回答。

problem about plot 'x =2'

1 次查看(过去 30 天)
pty0220
pty0220 2016-4-1
关闭: MATLAB Answer Bot 2021-8-20
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 个评论
Image Analyst
Image Analyst 2016-4-1
ginput() will give those, and they move with the mouse. If you want non-moving, static lines, use the line() function.

回答(1 个)

Julian Hapke
Julian Hapke 2016-4-4
for Q1:
figure;plot([2 2],[-1000 1000],'r')

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by