Feeds
질문
Using Runge-Kutta algorithm to solve second order ODE
For this task I need to create a program which manually uses the RK algorithm to solve a second order ODE. I'm trying to get my ...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Solve 2nd order ordinary differential equations (Runge Kutta)
I have a second order differential equation which I need to solve, and plot the first 6 seconds of x(t). I wanted to use the Run...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to manually perform linear regression from scratch
My code is below. Firstly, is my linear regression actually correct? If it's right, I want to do the same but I want to create ...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Display equation of exponential fitted line using fit function
Here's my code, I want to find the equation of the fitted line on either of the figures. clc clear T = readtable('Viscosity...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
How to extend exponential fitted line to extrapolate values
I made the code below to graph results I got doing some viscosity testing. I want to use the results to predict how much water t...
대략 4년 전 | 답변 수: 1 | 0
