photo

Mathidiot Superfacial


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
37,011
of 299,793

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
62.5%

收到投票数
1

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to integrate SS y*exp(x) dxdy using matlab?
As the title asks. the boundary is xmin=y/4 and xmax=6-0.5*y, ymin=0, and ymax=4

9 years 前 | 1 个回答 | 0

1

个回答

提问


Something must be a floating point scalar?
f=@(x,y) sqrt(9-x.^2-y.^2); xmax=@(y) sqrt(9-y.^2); volume=integral2(f,0,xmax,0,3) But it says XMAX must be a floatin...

9 years 前 | 2 个回答 | 0

2

个回答

提问


incomplete command in TeX text string
function []=printpowerf(x,y,z) %this function print a power function onto the plot %x and y are coordinates about where ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Anyone plz give me a formula about how e6b calculate the caliberated airspeed
As we know, an e6b takes in three knowns---------temperature and pressure altitude, and true airspeed, to calculate the unknown-...

9 years 前 | 0 个回答 | 0

0

个回答

提问


how to find the slope at a certain point of linear splines or cubic splines?
how to find the slope at a certain point of linear splines or cubic splines?

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to make two fprintf statements vertically align each other?
look at these two big fprintf statements. How can I align data with title? fprintf('Alt Temp TAS CAS IAS T...

9 years 前 | 2 个回答 | 1

2

个回答

提问


Illegal use of reserved keyword "else".
* d=input('waht'); * if d==1 * fprinf('d=%f',d); * else if d==2 * fprinf('d=%f',d); * end * else if d==3 ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Any way to use fplot to draw multiple curves in the same figure?
As what title asks

10 years 前 | 1 个回答 | 0

1

个回答