Brush data can not be obtained
Ältere Kommentare anzeigen
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.
1 Kommentar
Walter Roberson
am 14 Nov. 2018
The discussion got moved to https://www.mathworks.com/matlabcentral/answers/25597-how-can-i-save-the-brushed-data-to-a-variable
Antworten (3)
Walter Roberson
am 6 Jan. 2012
0 Stimmen
Rifat Tolga KIRAN
am 7 Jan. 2012
0 Stimmen
2 Kommentare
Walter Roberson
am 7 Jan. 2012
Do you get an error message? Do you get the wrong data? Does it fail to find any objects with brushdata ?
Image Analyst
am 7 Jan. 2012
Then why did you mark your question as solved?
Rifat Tolga KIRAN
am 7 Jan. 2012
0 Stimmen
Kategorien
Mehr zu Dynamic System Models finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!