ginput does not work in 2015a on ubuntu 14.04
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a strange problem: I wrote a script using 2011b some time ago on a mac OS X and it worked perfectly, but now I try to run it on my office workstation running ubuntu 14.04 and Matlab 2015a, the ginput function does not respond to my mouse click anymore. My code looks like this:
...
figure (1), a 3D isosurface plot
...
figure(2), involves ginput
and now the problem happens.
I've tried a different script where figure(1) is a simple sin function plot, then ginput in figure(2) seems to work fine. So what might be the problem? I hope it is nothing to do with my graphics card (nvidia quadro K2000D). Many thanks!
2 commentaires
Dasharath Gulvady
le 15 Mai 2015
There is a known issue with "ginput" when creating multiple figures in R2015a. As a workaround, place a call to "drawnow" after each call to "figure".
Réponses (0)
Voir également
Catégories
En savoir plus sur Graphics Performance dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!