photo

William


Last seen: 5개월 전 2025년부터 활동

Followers: 0   Following: 0

통계

Cody

0 문제
82 답안

순위
N/A
of 301,327

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,234

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
5,786
of 173,995

참여
0 문제
82 답안

점수
1,008

배지 수
3

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Momentum Calculation
A shopping cart of mass 'm1' is traveling with velocity 'u' and collides with a second shopping cart of mass 'm2.' The two shopp...

11개월 전

문제를 풀었습니다


Determine the square root
Determine the square root of the value the user has entered, n.

11개월 전

문제를 풀었습니다


reverse string
input='rama' output='amar'

11개월 전

문제를 풀었습니다


divide by 5

11개월 전

문제를 풀었습니다


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

11개월 전

문제를 풀었습니다


Square root of a number
Write a code that will output the square root of x.

11개월 전

문제를 풀었습니다


Temperature Conversion 2

11개월 전

문제를 풀었습니다


Multiply pi
Multiply pi with x!

11개월 전

문제를 풀었습니다


Given length x find the area y of the square
Given length x find the area y of the square

11개월 전

문제를 풀었습니다


num to char
make num into char

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Remainder
Given two number a and b find the remainder when you divide a by b

11개월 전

문제를 풀었습니다


Prime Number
Determine if a number is prime

11개월 전

문제를 풀었습니다


Mode
Find the mode of a vector x

11개월 전

문제를 풀었습니다


Find the mean
Find the mean of a given sdet of numbers in a vector x

11개월 전

문제를 풀었습니다


Subtraction
Given two numbers a and b subtract them

11개월 전

문제를 풀었습니다


Add two numbers
Given two numbers a and b add them together

11개월 전

문제를 풀었습니다


Division
Given two numbers a and b divide them a/b

11개월 전

문제를 풀었습니다


Multiplication
Given 2 numbers a and b mulitply them

11개월 전

문제를 풀었습니다


Simple Interest : Calculate time in years
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

11개월 전

문제를 풀었습니다


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

11개월 전

문제를 풀었습니다


Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'

11개월 전

문제를 풀었습니다


Determine the number of odd integers in a vector
Determine the number of unique odd integers in a vector. Examples: Input x = [2 5 8 3 7 1]; Output y = 4; Inp...

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


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

11개월 전

문제를 풀었습니다


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

11개월 전

문제를 풀었습니다


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

11개월 전

문제를 풀었습니다


Roll the Dice!
Description Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. Example [x1,x2] = rollDice(...

11개월 전

문제를 풀었습니다


Create an index-powered vector
Given a input vector x, return y as index-powered vector as shown below. Example x = [2 3 6 9] then y should be [...

11개월 전

문제를 풀었습니다


Symmetry of vector
Determine whether the vector is symmetric or not (vector could be even or odd in length). For example: x = [1 2 3 3 2 1] is s...

11개월 전

더 보기