photo

William


Last seen: 9 months 前 自 2025 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
82 个答案

排名
N/A
of 301,995

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,486

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
6,121
of 177,989

贡献数
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...

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


divide by 5

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


Temperature Conversion 2

1 year 前

已解决


Multiply pi
Multiply pi with x!

1 year 前

已解决


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

1 year 前

已解决


num to char
make num into char

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


Prime Number
Determine if a number is prime

1 year 前

已解决


Mode
Find the mode of a vector x

1 year 前

已解决


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

1 year 前

已解决


Subtraction
Given two numbers a and b subtract them

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


Multiplication
Given 2 numbers a and b mulitply them

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

加载更多