photo

Dan Lecoutre


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

5 个提问
0 个回答

Cody

0 个问题
11 个答案

排名
275,548
of 300,750

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
34,522
of 170,837

贡献数
0 个问题
11 个答案

评分
138

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Commenter
  • Solver

查看徽章

Feeds

排序方式:

提问


Plotting a horizontal line on a scatter graph in MATLAB
How do I plot a dashed horizontal straight line of y=20?

2 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting a scatter graph with a categorical X axis
I have a scatter graph as shown above but I want to alter the x axis so that I can have a category for every jump in 10. So ba...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to sum particular values on the y axis
I wish to sum the y axis values for the frequencies between 300Hz to 1000Hz, how do I do this?

2 years 前 | 1 个回答 | 0

1

个回答

提问


Whats wrong with my code?
I'm using the 10x2 matrix sem to indicate different sections of a time signal that I am computing the fft of. There is 10 sect...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Problems with signal processing
I have a signal as shown here: The x axis is just the sample number and the y is the ampltiude of the signal in volts. There...

3 years 前 | 1 个回答 | 0

1

个回答

已解决


Return area of square
Side of square=input=a Area=output=b

5 years 前

已解决


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

5 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

5 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

5 years 前

已解决


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

5 years 前

已解决


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

5 years 前

已解决


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

5 years 前

已解决


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

5 years 前

已解决


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

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

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

5 years 前