ex24 รับลิงก์ Facebook X Pinterest อีเมล แอปอื่นๆ สิงหาคม 03, 2563 clear; clc; n=input("input number of period "); p=input("input Present value "); i=input("input interest rate in percent"); for j=n:n f(j)=p*(1+(i/100))^j; printf("Future value for each period..%.3f\n",f(j)) j=j+1; end อ่านเพิ่มเติม
ex23 รับลิงก์ Facebook X Pinterest อีเมล แอปอื่นๆ สิงหาคม 03, 2563 x=[.5 2 4 6] y=[0 2.7 8 9 ] plot2d(x,y,leg='Line of Best Fit') plot2d(x,y ,style=-2) xtitle('Data Analysis') อ่านเพิ่มเติม