Statistics
1 Question
0 Answers
RANK
241,517
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
ode45 solver argument error
clear all clc; syms y(x) K = 0.1; A=10; N=100; v=diff(y); Y0 = [y(0)==K, v(0)==0]; tspan = [0 20]; eqn = diff(y,2) =...
2 years ago | 1 answer | 0