photo

STUDENT


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
156,925
of 301,352

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 21,240

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,116

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How to write convolution equation for sin?
How do i write the y3 for the convolution of x and h? i have the code set up already but im not sure how to write the y3 %seco...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Imaginary numbers in a quadratic using matlab
I am trying to graph a quadratic using the 2 roots found but wont graph . this is the code. what am i dong wrong. keeps on givi...

6 years 前 | 1 个回答 | 0

1

个回答

提问


finding roots in a quadratic formula
im not entirely sure what i am doing wrong but this is the sciprt that i have written so far function (x1, x2) = quad(a, b, c)...

6 years 前 | 1 个回答 | 0

1

个回答

提问


how do i print the 10 figures seprately ?
clear;clc M = rand(1000,10); M = cos(2*pi*M); for c = 1:size(M,2) figure(c) hist(M(:,c)) title(num2str(c))1...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Clipping sin wave script, what is not correct ?
Write a script to generate the signal values for the figure above corresponding to equally-spaced time values ranging from 0 to ...

6 years 前 | 1 个回答 | 0

1

个回答