Jente Marien
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
284,344
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Question
plot step function matlab
x(t) = (sqrt(t^4 + 1)*(u*(t+1)-u*(t-2))) ∗ δ9(t) How do you plot this step function in matlab?
7 years ago | 1 answer | 0
1
answerQuestion
plotting function over interval
a=62; b=95; v = linspace(-pi, pi, 1000); y = @(x) (3*x.^2.*sin(a*x))/(x.^2+b); plot(y,v) how is it possible to plot thi...
7 years ago | 2 answers | 0
2
answersQuestion
Plotting function over multiple periods
syms x fplot(2* triangularPulse((5*x)/7) - 5*rectangularPulse((3*x)/2), [-4,4]) this is my function at the moment but I ...
7 years ago | 1 answer | 0
1
answerQuestion
Defining Dirac Function matlab
x(t) = t(u(t + 2) − 3 u(t − 3) + 2 u(t − 5)) How can I plot this function, with u as the diriac and t as a variable?
7 years ago | 1 answer | 0