help-octave
[Top][All Lists]
Advanced

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

RE: HELP FOR A FUNCTION


From: Allen.Windhorn
Subject: RE: HELP FOR A FUNCTION
Date: Mon, 12 Dec 2011 09:37:15 -0600

From: address@hidden [mailto:address@hidden On Behalf Of CARMEN SANCHEZ

> I want to built and calculateĀ the integrate of this function
> y=x*sin(x) with the command quadv, but always I have the same
> type of error:
> ...
> 8 plot(x,y,'r*')

Try: "plot(x, f(x), 'r*')" instead.  Or "y=f(x)" before.

Regards,
Allen


reply via email to

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