photo

David Coventry


Active since 2016

Followers: 0   Following: 0

Student at the University of Kansas studying Aerospace Engineering

Statistics

All
File Exchange

2 Files

Cody

0 Problems
5 Solutions

RANK
N/A
of 300,499

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
7,317 of 21,021

REPUTATION
138

AVERAGE RATING
4.80

CONTRIBUTIONS
2 Files

DOWNLOADS
3

ALL TIME DOWNLOADS
1183

RANK
57,711
of 169,381

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

7 years ago

Solved


Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...

8 years ago

Solved


How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...

8 years ago

Submitted


isOdd(x)
Simple function to determine if a number is odd or even

8 years ago | 1 download |

0.0 / 5

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years ago

Submitted


mapfun(value,fromLow,fromHigh,toLow,toHigh)
This code is a copy of Arduino's "map" function

9 years ago | 2 downloads |

4.8 / 5

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

9 years ago