Feeds
질문
Include all possible combinations in loop?
I want my code to compare a user input to eight values, find the ones greater than the user input and extract the corresponding ...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to use 'for loop' to check user input?
I am trying to ask a user to input a value between 0-1. I then want to check that value against pre-existing variables r1b, r2b,...
2년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to save user input as variable I can compare?
I am trying to generate by Linear regression to get value a, then I want to get user input value b. So I can then take value a a...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do I prompt user to re-input value if first attempt is incorrect?
I am trying to prompt user to input a value for R^2, accepting or rejecting value within a range 0-1. If value is correct, proce...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to progress from one user input to the next?
I am trying to move through a series of user inputs, e.g.: Q1 - Please enter an R^2 value for Cement: value must be within nu...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to correct figure size for plots?
This is the outcome of my plot figure. where the graphs are small and all the wording overlaps: This is what I would like...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
Suppress output for yline?
I am trying to create a constant yline (for mean) on my plot, where the value is derived from a 1x9 vector named 'Average'. I wi...
2년 초과 전 | 답변 수: 1 | 0
