統計
MATLAB Answers
5 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
