[討論] 如何從plot上面用滑鼠擷取某範圍資料

作者: l60km (/hr)   2017-08-22 14:57:08
各位大大好,目前寫了一個資料處理的GUI,想要從畫出來的plot(x,y)上面,讓user用滑
鼠拖曳擷取某一區間,例如x(15:70),然後獲得區間內的平均值mean(y(15:70)),
任何關鍵字都好,謝謝!
作者: YoursEver (豬是妳)   2017-08-22 15:25:00
rect = getrect( fig ); <== Can it work?
作者: profyang (prof)   2017-08-22 15:37:00
ginput
作者: YoursEver (豬是妳)   2017-08-22 15:50:00
ginput collects only points, but getrect can specifspecify a rectangle region.Oops, I see. "ginput" also works in this case.google: subsetting a graphics image (cropping), MatMatlab.
作者: l60km (/hr)   2017-08-22 16:17:00
感謝兩位,both works,ginput用點選的、getrect用拖曳的。

Links booklink

Contact Us: admin [ a t ] ucptt.com