Bhumi Desai
Followers: 0 Following: 0
Statistics
RANK
231,083
of 295,527
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
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
Having trouble in running this code. What should I do next?
% Assuming 'saveToFile' is already defined parts = 500; % Read data from the CSV file data = dlmread('2-2.csv', '\t', 1, ...
10 months ago | 1 answer | 0
1
answerSolution of nonlinear ordinary differential equation of second order
A = 1; % Assumed syms y(x) Dy = diff(y); ode = diff(y,x, 2) == A*(x^4); cond1 = y(0) == 1; cond2 = y(1) == 1; conds = [con...
1 year ago | 0