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 ...
4 years 前 | 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...
4 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
