help-octave
[Top][All Lists]
Advanced

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

Re: examining the output of multiple commands in interactive session


From: Tatsuro MATSUOKA
Subject: Re: examining the output of multiple commands in interactive session
Date: Thu, 20 Mar 2008 15:54:11 +0900 (JST)

Hello

octave:1> a=1,b=2,c=3,d=4,e=5;
a =  1
b =  2
c =  3
d =  4

Is the above helping you?

Regards

Tatsuro


--- Kamaraju S Kusumanchi <address@hidden> wrote:

> If I have a script like
> 
> command1;
> command2;
> command3;
> command4
> 
> The equivalent of this in the interactive session would be
> octave:1> command1; command2; command3; command4
> 
> When I execute this, I will only see the output of command4. The output from
> command1, command2, command3 will be suppressed as they are followed by
> a ';'.
> 
> Now if I have a script like
> 
> command1
> command2
> command3
> command4;
> 
> Is there an equivalent of this in the interactive session? i.e. I would like
> to execute and display the output of command1, command2, command3 and
> suppress the output of command4. Can this be achieved in the interactive
> session in just one shot?
> 
> Any ideas/suggestions/comments regarding this would be very appreciated.
> 
> thanks
> raju
> -- 
> Kamaraju S Kusumanchi
> http://www.people.cornell.edu/pages/kk288/
> http://malayamaarutham.blogspot.com/
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/


reply via email to

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