help-octave
[Top][All Lists]
Advanced

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

Re: Function Returning Answer Variable


From: Jordi Gutiérrez Hermoso
Subject: Re: Function Returning Answer Variable
Date: Mon, 26 Nov 2012 16:00:37 -0500

On 26 November 2012 15:53, Vesnog <address@hidden> wrote:
> I do not want to see the output as "ans = number"

Terminate statements with semicolons to avoid seeing them being
echoed. Instead of doing

    x = y + sin(z)

do

    x = y + sin(z);

I should probably write this into the FAQ.

- Jordi G. H.


reply via email to

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