Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

Re: plot eq. in matlsb

$
0
0
On 11/22/2012 2:02 AM, Maryyam wrote:
> how can i plot this Eq. in Matlab
> P(t) = 197,273,000/(1 + e-0.0313(t - 1913.25))
> for t=1790 to 2000?
>


--------------------------
P ='197273000/(1 + exp(-0.0313*(t - 1913.25)))';
ezplot(P,[1790,2000])
--------------------------

Viewing all articles
Browse latest Browse all 19628

Trending Articles