Statistics
1 Question
0 Answers
RANK
289,433
of 301,472
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,293
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,655
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Index in position 1 is invalid. Array indices must be positive integers or logical values. Error in Eulermethod1 (line 13) y(n+0)=(y(n)+h*f(t(n),y(n)));%calls the function f(t,y) =dydt
clear t clear y a=50.5; b= 5; N= 20; yo= 0; h= (b-a)/N; t(1)= a; y(1)= 10 f=-[50.5 -49.5; -49.5 50.5];% f =dydt for n=...
7 years ago | 1 answer | 0