photo

Jason


1979

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

2 个提问
1 个回答

排名
77,697
of 301,984

声誉
0

贡献数
2 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,477

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 177,857

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Dont see why this code doesnt work
With the way I have the code written, what is it that MATLAB doesnt like? All I can think of is that it doesnt want me to be su...

12 years 前 | 0

提问


Dont see why this code doesnt work
for i=1:11 x = z(i)/0.9; pipeLength = sqrt(x.^2+z.^2); if pipeLength <= 10 pipeCost(i) = price1*pipeLength ...

12 years 前 | 3 个回答 | 0

3

个回答

提问


IF argument question I am seriously new to coding.
Ok, Im trying to output c1 for x from 0 to 10. Im looking for it to return c1=0 0 0 0 0 0 0 0 1 2 but it keeps giving me c1=-8 -...

12 years 前 | 3 个回答 | 0

3

个回答