photo

Kurt Cantrell


University of Alabama

Last seen: 1 day 前 自 2023 起处于活动状态

Followers: 0   Following: 1

Programming Languages:
Python, C++, C, MATLAB, Arduino, Assembly, VHDL
Spoken Languages:
English

统计学

  • Promoter
  • MATLAB Shorts Mini Hack Participant
  • Solver

查看徽章

Feeds

排序方式:

已解决


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

8 days 前

已解决


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

16 days 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

11 months 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


Spherical Volume
Calculate the volume of a sphere.

1 year 前

已解决


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

1 year 前

已解决


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

2 years 前