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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0