help-octave
[Top][All Lists]
Advanced

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

Re: Help required


From: James Sherman Jr.
Subject: Re: Help required
Date: Wed, 12 Sep 2007 01:05:31 -0400

It might help, if you post what errors you're getting.

James

On 9/12/07, yoonus <address@hidden> wrote:
> Yes I need function like this. But still  I am getting  errors. I am using
> octave.
>
> Thanks
> C.A.Yoonus
>
> -----Original Message-----
> From: address@hidden [mailto:address@hidden On Behalf Of James
> Sherman Jr.
> Sent: Tuesday, September 11, 2007 10:22 PM
> To: yoonus
> Cc: address@hidden
> Subject: Re: Help required
>
> Your function that I read is rather garbled (I keep getting errors).
> But, I think you want something more like:
>
> function x0 = mysolve(u)
>
> options.abstol=1e-5;
> f = @(x) x^2-u;
>
> x0 = solve(f, 1);
>
> return;
>
> On 9/11/07, yoonus <address@hidden> wrote:
> > Sir,
> >  Please help me out by debugging the code. Actually I want pass a constant
> > inside function each time and want the solution for f(x).
> >
> > Thanks
> > C.A.Yoonus
> > Research Scholar
> > IFMR
> >
> > _______________________________________________
> > Help-octave mailing list
> > address@hidden
> > https://www.cae.wisc.edu/mailman/listinfo/help-octave
> >
> >
> >
>
>


reply via email to

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