help-octave
[Top][All Lists]
Advanced

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

RE: re-interpreting Octave output


From: William Krekeler
Subject: RE: re-interpreting Octave output
Date: Fri, 22 Apr 2011 13:58:07 +0000

From: findtype [mailto:address@hidden
Sent: Thursday, April 21, 2011 11:57 PM
To: William Krekeler
Subject: Re: re-interpreting Octave output

 

Thanks, William!  The cygwin operations indeed get the mouse highlighting to work.  However, a right-click does nothing but make the highlighting disappear.  Evidently I'm doing something wrong.  Any suggestion?

 

Ted F.

 

On Thu, Apr 21, 2011 at 4:49 PM, William Krekeler <address@hidden> wrote:

From: address@hidden [mailto:address@hidden] On Behalf Of findtype
Sent: Thursday, April 21, 2011 2:38 PM
To: Przemek Klosowski
Cc: address@hidden
Subject: Re: re-interpreting Octave output

 

More naively, a related question is this.  How do you select a part of the output for further use?  Is there a way to 
copy it to a clipboard?  The output from my octave (in cygwin), does not respond to mouse commands.  

 

Ted F.  

______________________________

Ted

 

You might try enabling the mouse edit features for cygwin. Right click on the shortcut you use to open cygwin, select properties. Go to the options tab and check 'QuickEdit mode' and 'Insert mode'. Reopen cygwin, launch octave and see if you can now use the mouse to highlight (hold left mouse and drag) and paste (right-click while highlighted selection is highlighted).

 

Alternatively you could dump the results of your calculations to a file using fopen, fwrite, and fclose. Or save to an oct or mat binary file that can be read using the load command in octave.

 

William Krekeler

Ted,

 

Glad I could help, but I apologize for the original post error. To paste directions should read 'double right click' to paste.

 

William


reply via email to

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