?? ex14_8.m
字號(hào):
% EX14_8.M Perform 2D symbolic integration of the function
% x*sin(y)+y*cos(x) over fixed limits
% pi < y < 2pi, 0 < x < pi
inty=int('x*sin(y)+y*cos(x)','y',pi,2*pi) % Inner integral
intx=int(inty,'x',0,pi) % Outer integral
twodint=numeric(intx) % Convert to a number
%
% Modify the script to allow input of arbitrary functions
% and arbitrary integration limits
%
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -