photo

Jason


1979

2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
1 回答

ランク
77,702
of 302,006

評判
0

コントリビューション
2 質問
1 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,488

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 178,011

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 3 件の回答 | 0

3

回答