photo

STUDENT


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
158,641
of 300,499

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer