photo

Nicholas Gresham


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
160,804
of 300,338

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Determine area in Closed Cycle
I'm doing an assignment in which I need to calculate the work done on a piston inside a deisel engine cylinder. We've been given...

4 years ago | 0 answers | 0

0

answers

Question


how to index Vector Position
I know how to index a vector such that if x=[9,5,2,6,3] then, x(3) will equal 2 for example. But if I wanted to do it the opposi...

5 years ago | 1 answer | 0

1

answer

Question


How do I apply a tolerance to my code
Outline The singularityTest function will test whether a matrix is singular (i.e., not invertible). If it is singular, the outp...

5 years ago | 1 answer | 0

1

answer

Question


Damped Cosine wave not working
function dampedOsc3() x = (0:0.01:4); y = @(x)(exp.^(-0.4.*x))*cos(5.*x); plot(x,y,'--c') end Why is...

5 years ago | 1 answer | 0

1

answer