![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4248164.jpg)
Gentian Zavalani
Followers: 0 Following: 0
Iam a student from Albania ,now i am studying mathematics engeenering ,i like Numerical analysis
especilly Matlab(implementation)
Now im trying to programme Method of characteristics
Statistics
RANK
276.006
of 297.046
REPUTATION
0
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20.422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to solve a set of 4 first-order non-linear coupled ODEs?
When you construct an anonymous function, the part directly after the @ must be pure variable names and not expressions or index...
meer dan 11 jaar ago | 0
what im doing wrong
As you see this equation is implicit ,i wanna to solve this equation and to find tu((i),j+1) for each iteration so i don't kno...
meer dan 11 jaar ago | 0
Question
what im doing wrong
g=@(tu((i),j+1)) tu((i),j+1)-(1/2*(xu((i),j)-xu((i-1),j)+tu((i),j)+tu((i-1),j))+h/8*(r*(tu((i),j)-(1/f)*(tu((i),j))^3)+2*(r*(tu...
meer dan 11 jaar ago | 2 answers | 0
2
answersQuestion
I keep getting this error:
clear all M=input('Enter M =') N=input('Enter N=') r=input('Enter r=') f=input('Enter f=') L=pi; h=L/M; %...
meer dan 11 jaar ago | 1 answer | 0