Community Profile

photo

Greg Bass


Active since 2015

Followers: 0   Following: 0

Statistics

All
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


axisLimitReset(varargin)
Reset the y-axis of subplots in a figure using pre-determined limits or by computing new limits.

8 years ago | 1 download |

Solved


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

8 years ago

Solved


Project Euler: Problem 10, Sum of Primes
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below the input, N. Thank you <http:/...

8 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

8 years ago

Solved


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

8 years ago

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

8 years ago