Statistics
4 Questions
0 Answers
RANK
247,967
of 301,432
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
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
plot in for loop?
<</matlabcentral/answers/uploaded_files/99743/Sketch.png>> what is the wrong in this ? the plot isn't appear. what should ...
8 years ago | 1 answer | 0
1
answerQuestion
how can i transform the result of ''for loop'' to a matrix so i can plot it , cause when i plot it after the for loop it's plot just the final result as a scaler points ! ( like the photo shown below )
<</matlabcentral/answers/uploaded_files/75837/askkk.jpg>>
9 years ago | 2 answers | 0
2
answersQuestion
why when i write this code on matlab,,, fxz=sym('(-0.25*z-((z-y)/5*10^-3)-(z/5*10^-3))/1.2*10^-3)') ,,, it show me this all erorrs shown below !! , how i can correct this ?!
why when i write this code on matlab,,, fxz=sym('(-0.25*z-((z-y)/5*10^-3)-(z/5*10^-3))/1.2*10^-3)') it show me this all...
9 years ago | 1 answer | 0
1
answerQuestion
hello there, my teacher want us to creat a code to solve RK 2th order without use ready defined fn to solve that! , he want to do a full program to solve it like the old days . any one can help ?
the equations is dy/dx=(9-(0.25*y)+(y-z)/5*10^-3)/1.2*10^-3 dz/dx=(-0.25*z-((z-y)/5*10^-3)-(z/5*10^-3))/1.2*10^-3
9 years ago | 0 answers | 0
