photo

Aseel Alamri


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
184,320
of 300,499

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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....

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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 𝑘𝑘 =...

5 years ago | 1 answer | 0

1

answer