photo

Davide OLIVIERI


Last seen: fast 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

physics student

Programming Languages:
C

Statistik

All
  • MATLAB Mini Hack Participant
  • First Submission
  • Treasure Hunt Participant
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

etwa 3 Jahre vor

Gesendet


MEDIAMI
calcola il valore medio e la deviazione standard media da una serie di dati a cui è associata a loro volta una deviazione standa...

etwa 3 Jahre vor | 1 Download |

Gelöst


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

fast 4 Jahre vor

Gelöst


Cumulative difference
Given an array, return the cumulative difference. Example a = [ 1 3 5 7 ] cumdiff = [ 1 2 1 -2 ]

fast 4 Jahre vor

Gelöst


Woodall number
Test whether the input is a Woodall number: <http://en.wikipedia.org/wiki/Woodall_number> _Please do not cheat by simply chec...

fast 4 Jahre vor

Gelöst


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

fast 4 Jahre vor

Gelöst


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

fast 4 Jahre vor

Gelöst


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

fast 4 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

fast 4 Jahre vor

Gelöst


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

fast 4 Jahre vor