photo

Angela Timochina


Last seen: 5 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
18 个答案

排名
N/A
of 301,723

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,401

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
36,619
of 176,250

贡献数
0 个问题
18 个答案

评分
130

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Leader
  • Speed Demon
  • Solver

查看徽章

Feeds

排序方式:

已解决


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

9 years 前

已解决


mean
Calculate the mean of a given vector (with positive elements) and return them in a vector.

9 years 前

已解决


matrix of zeros
Given n, create an n-by-n matrix of zeros.

9 years 前

已解决


ascii
Using matlab, give the symbol that is associated with ASCii code 101.

9 years 前

已解决


extract the fifth through the last elements
For any vector x, write a function that extracts the fifth through the last elements.

9 years 前

已解决


counting down
Create a vector that counts from 1000 to 400 in increments of 50.

9 years 前

已解决


transpose of matrix
Given a vector x, the output y should equal the transpose of x.

9 years 前

已解决


the length of a given vector
Given a vector x, the output y should equal the length of x.

9 years 前

已解决


the difference of cubes
Given a and b, return the difference of cubes a^3 - b^3 in c.

9 years 前

已解决


subtract two numbers
Given a and b, return the difference a-b in c.

9 years 前

已解决


complex numbers
For complex number z=a+bi, write code that will multiply a and b together.

9 years 前

已解决


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

9 years 前

已解决


a vector with a repeated entry
Create a row vector of length x, filled with 7's, for example, if x = 5 output = [7 7 7 7 7] make sure to round UP when x ...

9 years 前

已解决


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

9 years 前

已解决


rounding
Round 5.46 and make 'y' equal to that number.

9 years 前

已解决


square root
Write a script that returns the square root of the elements in x. e.g. x = [1 4 9 16] --> y = [1 2 3 4]

9 years 前

已解决


length of a vector
Find three times the length of a given vector.

9 years 前

已解决


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

9 years 前