photo

Megan


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

Followers: 0   Following: 0

统计学

Cody

0 个问题
81 个答案

排名
N/A
of 300,997

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,134

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
5,969
of 172,289

贡献数
0 个问题
81 个答案

评分
1,007

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


Delete 2nd and 5th column of Given 6*6 matrix
Delete the 2nd and 5th columns of the given 6*6 matrix. Example Suppose A = magic(6) 35 1 6 26 19 ...

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

2 months 前

已解决


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

2 months 前

已解决


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

2 months 前

已解决


Stairs
Make an n by n matrix, where the elements are ones and zeros. In the main diagonal, and under that, there should be only ones (...

2 months 前

已解决


Box
Give the volume of a box, x is equal to the body diagonal.

2 months 前

已解决


Count up then down
Create a function that produces counting up from 0 up to n then down to 0 n=2 --> 0 1 2 1 0 n=3 --> ...

2 months 前

已解决


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

2 months 前

已解决


Finding fourier transform of a given vector
Find the fourier transform of a given input vector for ex a=[1 2 3 4] then y=[ 10.0000 + 0.0000i -2.0000 +...

2 months 前

已解决


Max of a Vector
Write a function to return the max of a vector

2 months 前

已解决


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

2 months 前

已解决


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

2 months 前

已解决


easy problem
Find the last element of the array

2 months 前

已解决


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

2 months 前

已解决


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

2 months 前

已解决


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

2 months 前

已解决


Converts numbers into characters
Converts numbers into characters

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


to the 2 all elements
to the 2 all elements

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


Cos Function
x is the abscissa. find the absolute value of cosine of -x and the same value with changed sign.

2 months 前

已解决


Convert radians to degrees
Given input in radians, output to degrees

2 months 前

已解决


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

2 months 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

2 months 前

加载更多