Hi,
I am running tests and I am getting straight line curve on a graph. I am trying to do C++ program that it could do straight line curve to be flatter when the test is running live so basically it will happen in the background. Is there formula that I can run repetitive iteration to make the curve horizontal when it is running in the background. As I have learned from GCSE of gradient of slope that I could use formula to calculate y2-y1/x2-x1. Anyone can help on this. Any suggestions. Thank you
I am running tests and I am getting straight line curve on a graph. I am trying to do C++ program that it could do straight line curve to be flatter when the test is running live so basically it will happen in the background. Is there formula that I can run repetitive iteration to make the curve horizontal when it is running in the background. As I have learned from GCSE of gradient of slope that I could use formula to calculate y2-y1/x2-x1. Anyone can help on this. Any suggestions. Thank you