MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   关于几道matlab基础题 (https://www.labfans.com/bbs/showthread.php?t=5578)

zrzwdbmyx 2008-12-01 19:27

关于几道matlab基础题
 
2 个附件
快考试了,还有几道题不会,跪求高手解答。在线等!!谢谢。

fsenior 2008-12-01 23:17

回复: 关于几道matlab基础题
 
我也是初学者,看了下,应该不难吧?
呵呵

debateshang 2008-12-01 23:19

回复: 关于几道matlab基础题
 
% question1
clear all
clc
syms x y z
f=x^2+y^2+z^2;
F=int(int(int(f,z,sqrt(x*y),x^2*y),y,sqrt(x),x^2),1,2);
answer1=vpa(F,a);
% answer
%F=1610027357/6563700+14912/4641*2^(1/4)-6072064/348075*2^(1/2)+64/225*2^(3/4)

debateshang 2008-12-01 23:20

回复: 关于几道matlab基础题
 
剩下的随便找本关于matlab计算的书都有


所有时间均为北京时间。现在的时间是 11:29

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.