data brushing is extremely slow
Ältere Kommentare anzeigen
Hello everyone
I am using matlab (2016 b) data brush to brush part of data from a picture I2, but it's extremely slow. Please help or give some suggestion. Greatly appreciate it.
I2 is 282 by 282 matrix. It's quite easy to show this figure with imshow(I2), however, matlab built-in brush doesn't work on the figure generated by imshow.
Then I made little change and used scatter to plot this image as the following:
[x,y,z]=find(I2);
scatter(x,y,z)
Now matlab built-in brush works on figure generated by scatter, however, it's extremely slow when brushing data on the figure.
Could someone explain why it's like this? Is there a better way to brush some data from I2?
Thank you very much
Akzeptierte Antwort
Weitere Antworten (1)
Bettina Guebeli
am 23 Mär. 2017
0 Stimmen
I have the same problem, since the update from version 2014a to version 2016b my function needs about 3x as long as before :-S
any suggestions where this might come from or how to adress the problem?
1 Kommentar
Albert
am 23 Mär. 2017
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects 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!