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...
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
