Statistics
2 Questions
0 Answers
RANK
217,832
of 294,407
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,109
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151,611
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
Feeds
Question
Error with brackets symsum
f2 = figure; figure(f2); ic = linspace(0, 100, K); [t, n] = ode 45(@(t, n) ODEfunc(n, K); k_bar = 1/N * symsum(i*n(i...
2 years ago | 1 answer | 0
1
answerQuestion
for loop within an odes15 function, and plot on one graph
K=30; lambda1=1; lambda2=2; T_final = 10; f1 = figure; figure(f1); hold on [t,M] = ode15s(@(t,M) RHS_focus(M,K,lambda...
2 years ago | 1 answer | 0