Statistics
4 Questions
0 Answers
RANK
267,325
of 301,487
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,303
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,775
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
Help with plotting the figure
I've developed the matlab code for the attached problem (Explicit method). It'll be helpful if someone check my code and correct...
8 years ago | 0 answers | 0
0
answersQuestion
Matlab code for the Formula
Following is the Analytical solution of a Heat Diffusion formula where x is length of Rod from 0 to 1 meter with an increment ...
8 years ago | 2 answers | 0
2
answersQuestion
What will be the matlab code of this attached formula
I need the matlab code to find value of U for different variable of x, r and t. x value is 0 to 1 with an increment of 0.1, r va...
8 years ago | 0 answers | 0
0
answersQuestion
What's wrong with this code?
function sincomp(x,n) i = 1; tru = sin(x); ser = 0; fprintf('\n'); fprintf('order true value approximation ...
8 years ago | 1 answer | 0
