Community Profile

photo

STUDENT


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 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...

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

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

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

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

4 years 前 | 1 个回答 | 0

1

个回答