photo

Sarah Dacey


Last seen: 3 months 前 自 2026 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
86 个答案

排名
N/A
of 302,038

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,510

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
7,391
of 178,349

贡献数
0 个问题
86 个答案

评分
1,002

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


Find the surface area of a cone.
For instance, Given r (radius) = 3, and s (slant height) = 5: surface area should be 94.

3 months 前

已解决


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

3 months 前

已解决


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

3 months 前

已解决


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

3 months 前

已解决


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

3 months 前

已解决


Array of Ones
Create a 100 X 100 array of ones.

3 months 前

已解决


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

3 months 前

已解决


Degrees to Radian
Convert degrees to radians

3 months 前

已解决


Radians to Degrees
Convert radians to degrees.

3 months 前

已解决


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

3 months 前

已解决


Product of Array
Given an array of numbers. Get the product of the array.

3 months 前

已解决


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

3 months 前

已解决


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

3 months 前

已解决


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

3 months 前

已解决


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

3 months 前

已解决


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

3 months 前

已解决


Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.

3 months 前

已解决


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

3 months 前

已解决


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

3 months 前

已解决


Create sequnce 1 4 9 16 25.........
Create sequnce 1 4 9 16 25......... upto entered input value using matlab scripting commands. Let y be output and x be input

3 months 前

已解决


Check if integer
Given a vector of elements, determine if each element is an integer and return true or false accordingly.

3 months 前

已解决


Power of n ?
Determine if x (positive integer) is a power of n, return true or false accordingly.

3 months 前

已解决


Check if equal
Return true if all the elements of an nD array are equal, false otherwise.

3 months 前

已解决


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

3 months 前

已解决


select the primes of a vector
Find the prime numbers in a vector

3 months 前

已解决


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

3 months 前

已解决


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

3 months 前

已解决


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

3 months 前

已解决


Prime numbers between a , b.
Find all prime number between a & b (including a and b). example: a=100 b=120 y= [101 103 107 109 113]

3 months 前

加载更多