經安全檢測,此網站為安全網站,請放心前往原始網址!

MATLAB 數值微積分與微分方程式求解

數值積分 Ex: 1. edit fun.m function y=fun(x) y=exp(-x).*cos(x); 2. 求積分(回到Matlab Command Window) area=quadl(@fun,0,1) 亦可使用 area=quadl(‘exp(-x).*cos(x)’,0,1) NOTE: 函數內之數學運算必須使用向量個別元素之運算 (.* ./ .^) 1 0 ∫e x dx−x cos( )

www.cc.ntut.edu.tw

網址安全性掃描由 google 提供