photo

Owen McKim


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
208,797
of 300,302

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,040

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

View by

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...

3 years ago | 1 answer | 0

1

answer

Question


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 ...

4 years ago | 4 answers | 0

4

answers

Question


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+...

4 years ago | 1 answer | 0

1

answer