Statistics
3 Questions
                        0 Answers
RANK
103.451
                          
                          
of 300.381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          3 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            0.0%
                        
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
Graphing a For Loop Array
for i = 0:5:100 y(i) = i x(i) = i^2; end figure(1) plot(y,x) I just want to create a simple plot graph of an expon...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
Integration of a function
Using the MATLAB intergral function you can integrate a function between a min and max value. integral(fun,min,max) But I was ...
bijna 4 jaar ago | 4 answers | 0
4
answersQuestion
Numerical solution for a complex formula
I am trying to rearrange a complex formula to give a numerical output. A = ((1)/(M))*((1+((y-1)/(2))*(M^(2)))/((y+1)/(2)))^((y+...
bijna 4 jaar ago | 1 answer | 0