您的位置: 首页 > IT文章 > Matlab零碎知识 Matlab零碎知识 分类: IT文章 • 2022-07-24 13:59:39 1.不定积分的求取 int syms x;%为自变量 f=x.^2; s=int(f,x); 其中显示辅助函数simple()和pretty()