help-octave
[Top][All Lists]
Advanced

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

Re: Display Problem


From: Thomas D. Dean
Subject: Re: Display Problem
Date: Mon, 6 Jun 2016 22:55:59 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

On 06/06/2016 10:51 PM, Thomas D. Dean wrote:

In my previous post, I did not clean up enough. Remove the call to the blanks() function.

Is this a known problem?

function problem()
  disp ("");
  input ("Press Return to continue:");
  disp ("");
  disp ("line 1");
  disp ("line 2");
  disp ("line 3");
  disp ("line 4");
  disp ("line 5");
  disp ("line 6");
  disp ("line 7");
  disp ("line 8");
  disp ("line 9");
  disp ("");
  if (yes_or_no("Do you wish to close all the plots?"))
    show("close all");
  else
    disp ("Use the octave command close all to close the plots.");
  endif

endfunction;

Tom Dean



reply via email to

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