Brush data can not be obtained

6 次查看(过去 30 天)
I am working on a program which includes brushing datas on a plot. Supposing that we have a script like this:
clear;clc;close;
plot(randn(100,1));
h = brush;
set(h,'Enable','on');
and i want to get the selected data in a variable. What should i do? i am researhing this issue for 2 days but i couldnt catch a clue. Thank you for your interests.

回答(3 个)

Walter Roberson
Walter Roberson 2012-1-6

Rifat Tolga KIRAN
i have tried this in the begining but it didnt work for me :(
  2 个评论
Walter Roberson
Walter Roberson 2012-1-7
Do you get an error message? Do you get the wrong data? Does it fail to find any objects with brushdata ?
Image Analyst
Image Analyst 2012-1-7
Then why did you mark your question as solved?

请先登录,再进行评论。


Rifat Tolga KIRAN
Oh sorry. This is my first time writting here. and i thought that accepting the answers would let it to be published. It is not resolved yet.
h = brush;
set(h,'Enable','on','ActionPostCallback',@GetSelectedData);
what kind of a function should i write to retrieve 'GetSeletedData'?

类别

Help CenterFile Exchange 中查找有关 Graphics Performance 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by