Community Profile

photo

Anna Hart

MathWorks

Last seen: 約3年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Community Group Solver
  • Promoter
  • Commenter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Pi Digit Probability
Assume that the next digit of pi constant is determined by the historical digit distribution. What is the probability of next di...

約3年 前

解決済み


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

約3年 前

解決済み


De-primed
Write a function that will multiply every prime number in the array or matrix by two, leaving all other numbers the same, and re...

約3年 前

解決済み


apply zero padding to a matrix

約3年 前

解決済み


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

約3年 前

解決済み


Convert radians to degrees
Given input in radians, output to degrees

約3年 前

解決済み


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

約3年 前

解決済み


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

約3年 前

解決済み


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...

約3年 前

解決済み


radius of a spherical planet
You just measured its surface area, that is the input.

約3年 前

解決済み


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

約3年 前

解決済み


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

約3年 前

解決済み


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

約3年 前

解決済み


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

約3年 前

解決済み


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

約3年 前