
Philip Brown
2016 이후 활성
Statistics
Cody
1 문제
9 해답
순위
N/A
of 260,676
평판
N/A
참여
0 질문
0 답변
답변 채택
0.00%
획득한 표
0
순위
20,207
of 112,109
참여
1 문제
9 해답
점수
155
배지 수
4
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
문제
Rutgers MATLAB Problem 1
Please create a function that solves homework problem 3.1.
6년 이하 전 | 1 | 솔버 수: 104
해결됨
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:...
6년 이하 전
해결됨
Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.
6년 이하 전
해결됨
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...
6년 이하 전
해결됨
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
6년 이하 전
해결됨
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
6년 이하 전
해결됨
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
6년 이하 전
해결됨
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
6년 이하 전