photo

Haydon


Last seen: 2 years 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
81 个答案

排名
N/A
of 302,067

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,528

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
8,011
of 178,617

贡献数
0 个问题
81 个答案

评分
998

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Promoter
  • Community Group Solver
  • Solver

查看徽章

Feeds

排序方式:

已解决


square root
Find square root of given number

2 years 前

已解决


Determine the length of a string of characters
Determine the length of a string of characters

2 years 前

已解决


cube of number
find cube of number

2 years 前

已解决


square of a number
find square of a given number

2 years 前

已解决


Square a Number
Given an input x, return y, which is equal to the square of x.

2 years 前

已解决


divide by 5

2 years 前

已解决


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

2 years 前

已解决


square root
Find the square root (y) of an input (x).

2 years 前

已解决


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

2 years 前

已解决


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

2 years 前

已解决


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

2 years 前

已解决


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

2 years 前

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

2 years 前

已解决


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

2 years 前

已解决


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

2 years 前

已解决


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

2 years 前

已解决


first element of matrix
find the first elements of a column matrix

2 years 前

已解决


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

2 years 前

已解决


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

2 years 前

已解决


Create a vector
Create a vector from 0 to n by intervals of 2.

2 years 前

已解决


length of a vector
Find twice the length of a given vector.

2 years 前

已解决


Equal to their cube
Tell me three real numbers that are equal to their cubes?

2 years 前

已解决


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

2 years 前

已解决


Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];

2 years 前

已解决


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

2 years 前

已解决


calculate the length of matrix
input 1 array, calculate the length

2 years 前

已解决


the average value of the elements
Calculate the average value of the elements in the array

2 years 前

已解决


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

2 years 前

已解决


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

2 years 前

已解决


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

2 years 前

加载更多