octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55648] [MXE-Octave] cannot print with gnuplot


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #55648] [MXE-Octave] cannot print with gnuplot graphics toolkit
Date: Tue, 12 Feb 2019 02:05:26 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #17, bug #55648 (project octave):

Or more like this:


      str = [];
      time0 = time();
      while (time() - time0 < 10)
        cval = fread (istream, 1, "*char")';
        if (! isempty (cval))
          if (cval == SOME_END_OF_STRING_SYMBOL)
            str = regexp (str, 'OCTAVE:.*', "match");
            str = str{end}(8:end);
            break;
          else
            str = strcat(str, cval);
          endif
        else
          pause (0.05);
        endif
      endwhile


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55648>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]