فهم نمودارهای نرخ ورود و خروج موجودی و خالص موجودی صفحه ی 19 کتاب موجودی حسن پور با matlab
syms x at1 dt1 at2 dt2 y1 y2
at1=-x+10;dt1=x+5;y1=int(at1-dt1,'x')
hold off;hold on;grid on;ezplot(at1);ezplot(dt1);ezplot(y1);axis auto
dt2=-x+10;at2=x+5;y2=int(at2-dt2,'x')
hold off;hold on;grid on;ezplot(at2);ezplot(dt2);ezplot(y2);axis auto
+ نوشته شده در شنبه ۱۳۹۲/۰۴/۰۱ساعت   توسط رضا
|
