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])
--------------------------
> 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])
--------------------------