Hello --- Tatsuro MATSUOKA wrote:
> (For my computer, it works slowly. If I push up priority level of gnuplot by > task manager, it > worked > smoothly. Perhaps the reason is > http://n4.nabble.com/ginput-with-Octave-3-2-is-SLOOOOOOWWWW-on-Windows-tc1653105.html) The patch to correct slowness of ginput is apparently wrong. **************************** --- __gnuplot_ginput__.m.orig 2010-03-25 03:52:20 +0900 +++ __gnuplot_ginput__.m 2010-03-27 17:11:29 +0900 @@ -109,6 +109,7 @@ str = {}; while (isempty (str)) + sleep(0.05); str = char (fread (istream)'); if (! isempty (str)) str = regexp (str, 'OCTAVE:\s+[\d.\+-]+\s+[\d.\+-]+\s+\d*', 'match'); *********************************** It improves ginput speed even if slow computer( :-( ) in the PC in my home. Regards Tatsuro -------------------------------------- Get the new Internet Explorer 8 optimized for Yahoo! JAPAN http://pr.mail.yahoo.co.jp/ie8/ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
