clc; %清屏 clear; %清除变量 close all; %关闭 syms x; f(x) = x; df = int(f(x),x);%求不定积分 figure; subplot(1,2,1); ezplot(df); %{ int(F,var,a,b) 函数F对变量var求积分,下标为a,上标为b, 不要a,b表示不定积分 %} %二重积分 df2 = int(int(f(x),x),x); subplot(1,2,2); ezplot(df2);
在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论