photo

Will Hardiman


Last seen: 8 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

4 个提问
1 个回答

Cody

0 个问题
6 个答案

排名
31,138
of 300,292

声誉
1

贡献数
4 个提问
1 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,908

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
48,823
of 167,999

贡献数
0 个问题
6 个答案

评分
73

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Unwrap does not work for vector
I just re-read the documentation for unwrap, where it clearly says: Q = unwrap(P,tol) compares the jump between elements of P t...

3 years 前 | 0

| 已接受

提问


Unwrap does not work for vector
I have a vector, y, calculated as atan(a/b). Naturally when b is close to 0 the tan function exhibits a phase wrap: y = atan(a/...

3 years 前 | 1 个回答 | 0

1

个回答

已解决


Create an index-powered vector
Given a input vector x, return y as index-powered vector as shown below. Example x = [2 3 6 9] then y should be [...

4 years 前

已解决


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

4 years 前

已解决


Special matrix
Make a square matrix with this shape. For n=4 M = 1 1 0 0 1 0 1 0 0 1 0 ...

4 years 前

已解决


Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
For a row vector: V=[7 1 2 -3] there is one sign change (from 2 to -3). So, the function you write must return N=1. F...

4 years 前

已解决


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

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

4 years 前

提问


Understanding the FFT documentation
As I understand, for a signal x, the frequency spectrum X = fft(x) is two-sided - the first half of the array is frequencies 0 t...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Arguments block syntax not being recognised
I'm trying to use an arguments block for input argument validation in a standalone function. I followed the instructions here, a...

5 years 前 | 1 个回答 | 1

1

个回答

提问


Regionprops returning "wrong" axis lengths
I have a segmentation pipeline which produces a binary mask fitted to the outline of a cell. When I use regionprops to measure t...

6 years 前 | 1 个回答 | 0

1

个回答