
Aseel Alamri
Statistics
MATLAB Answers
4 質問
0 回答
ランク
123,457
of 260,382
評価
0
貢献
4 質問
0 回答
回答採用率
25.0%
獲得投票数
0
ランク
of 111,844
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
Finding equilibrium in matlab
I am trying to find the equilibrium fo three different equtions. clear all; syms V(t) a b v1 v2 v3 time = [3.46 4.58 5....
1年以上 前 | 1 件の回答 | 0
1
回答質問
fplot in Matlab error
% I am trying to plot these three eqyations but evrytime I hit run this error shows "Error using fplot (line 149) Invalid param...
1年以上 前 | 1 件の回答 | 0
1
回答質問
fitting equation in Matlab?
clear all; syms V(t) a b C cond = [V(0) == C] eq = diff(V) == a*V-b*V*log(V) [sol] = dsolve(eq, cond) gompert = @(V, t) e...
1年以上 前 | 1 件の回答 | 0
1
回答質問
solving 2nd order nonlinear ode Numeric solution by using ode45
the eqution d^2u/dt -k(1-u^2)du/dt+au = 0 initial condition u(0)=2 (dimensionless); du/dt (0)=0 question (a) With 𝑘𝑘 =...
1年以上 前 | 1 件の回答 | 0