photo

nora


Last seen: 2 years ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
0 Answers

RANK
299,648
of 301,447

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,284

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,609

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

View by

Question


Error in untitled22>solveHeatEquation1D (line 32) U(N+2,n+1) = beta(t); Error in untitled22 (line 11) [t, x, U] = solveHeatEquation1D(T, a, b,mu, u0,alpha, N, M);
a = 0; b = 1; T = 2; mu = 0.5; alpha =1; gamma=@(t) 0 ; beta=@(t) 0 ; u0 = @(x) (x.^4-x.^2); N = 100; M = 100; ...

2 years ago | 1 answer | 0

1

answer