help-octave
[Top][All Lists]
Advanced

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

Re: ode45 issue: dimension mismatch


From: Thomas D. Dean
Subject: Re: ode45 issue: dimension mismatch
Date: Tue, 6 Feb 2018 22:10:07 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

On 02/06/18 21:15, Svetlana Tkachenko wrote:
I am having difficulty parsing `dx = M*x^m(1-x)^n;`. What does it mean? I'd add 
more brackets for clarity.


As stated before, m(1-x) can mean either a function call or the 1-x th element of m.

I believe you want m*(1-x).

Look at 'help function'

Tom Dean



reply via email to

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