Community Profile

photo

Kurt Cantrell


Last seen: 17 days ago Active since 2023

Programming Languages:
C, R, MATLAB, Arduino, Assembly, VHDL
Spoken Languages:
English

Statistics

  • Solver

View badges

Content Feed

View by

Solved


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

4 months ago

Solved


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

4 months ago

Solved


Spherical Volume
Calculate the volume of a sphere.

4 months ago

Solved


Flip the bit
Given an input character string (e.g. '1001'), return a character string with the bits flipped ('0110').

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

12 months ago