photo

Sam


Last seen: 1 year 前 自 2025 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
81 个答案

排名
N/A
of 302,006

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,488

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
6,117
of 178,011

贡献数
0 个问题
81 个答案

评分
1,008

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


Sum the squares of numbers from 1 to n
For a given value of n return the sum of square of numbers from 1 to n. Example For n = 2 then sum of squares = 5 (1^2 + ...

1 year 前

已解决


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

1 year 前

已解决


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

1 year 前

已解决


factorial of a number x
Factorial of a number x

1 year 前

已解决


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

1 year 前

已解决


divide by 5

1 year 前

已解决


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

1 year 前

已解决


Draw a '0' in a one matrix!

1 year 前

已解决


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

1 year 前

已解决


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

1 year 前

已解决


Converts numbers into characters
Converts numbers into characters

1 year 前

已解决


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

1 year 前

已解决


Find the max element of the array
Find the max element of the array

1 year 前

已解决


Double all elements in the array
Duplicate all elements in the array

1 year 前

已解决


to the 2 all elements
to the 2 all elements

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as y = A.ⅇ^(-λt)*cos(2πft) where A, λ, and f are scalars and t is a vector. ...

1 year 前

已解决


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

1 year 前

已解决


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

1 year 前

已解决


What's Your BMI?
Find the body mass index. For reference, please refer to Wikipedia here: <http://en.wikipedia.org/wiki/Body_mass_index body ...

1 year 前

已解决


Remove the positive integers.
Given array x (of integers), remove all the positive numbers and display ouput as y. Example x=[1 -2 3 -4] , output is y=[-2 -...

1 year 前

已解决


kmph to mps
convert kilometer per hour to meter per second

1 year 前

已解决


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

1 year 前

已解决


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

1 year 前

已解决


Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.

1 year 前

已解决


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

1 year 前

已解决


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

1 year 前

已解决


surface of a spherical planet
you just discovered its circumference, that is the input.

1 year 前

已解决


Min of a Matrix
Return the minimum value in the given matrix.

1 year 前

加载更多