Statistics
8 Questions
                        0 Answers
RANK
164.450
                          
                          
of 300.381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          8 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            37.5%
                        
VOTES RECEIVED
0
RANK
 of 20.941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168.477
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
problem with 'if-elseif-else'
In order to show the appropriate root for the problem I created this code : if riza > 1 | riza<0 fprintf('so the corr...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
What does this message mean in matlab ?
So I created the following code : % code x=0; h=0.001; tol_root=1e-05; tol_x=1e-05; for i = 1:1:50 ...
meer dan 9 jaar ago | 0 answers | 0
0
answersQuestion
problem with matlab when trying to use a condition
Hello,I have a problem with Matlab, if I type a condition such as : if i=1:50 then or while i<= 50 matlab allows me to write oth...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
transport to matlab language
STEP1: SET x=x0, SET i=0 STEP2: SET i=i+1 CALCULATE f(x) CALCULATE f-‐‑(x)= f(x-‐‑h) CALCULATE f+(x)= f(x+h) ...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
how can I use fzero to this equation?
<</matlabcentral/answers/uploaded_files/42995/%CE%A7%CF%89%CF%81%CE%AF%CF%82%20%CF%84%CE%AF%CF%84%CE%BB%CE%BF.png>> P(x)=poly...
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
polynomial in matlab roots
Hey ,I have a matrix X= 0 0,142857142857143 0,285714285714286 0,428571428571429 0,571428571428571 0,714285714285714 0,85714...
bijna 10 jaar ago | 2 answers | 0
2
answersQuestion
What is wrong with this?
Hey I wrote: X=linspace (0,1,8) Y=A (13:20,2) (I had "A" form my last program) P=polyfit (X,Y,7) And it say...
bijna 10 jaar ago | 1 answer | 0
