Feeds
질문
Plotting problem and while loops
I am having an issue with plotting my code using a while loop. I want it to show a negative downward line with the y-axis rangin...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
How to avoid "doubling up" in a RNG?
So, I've found a way to get my code to run 6 times through, but I've encountered a different problem. Since I'm using a random n...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
Need to run this code 6 times?
I need to run the following code six different times so that six different zeros in my array are changed from 0 to 1. I know I h...
대략 5년 전 | 답변 수: 2 | 0
2
답변질문
How to store answers from a for loop into a vector?
I want all numbers between 120 and 230 that are both odd and multiples of 11 or 13 to be stored in vector "m". I belive that I'v...
대략 5년 전 | 답변 수: 2 | 0