photo

Jinquan Li


Last seen: mer än 4 år ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
245 445
of 299 772

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20 801

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 165 865

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to plot graphs with the specific time domain
Hi, i am trying to plot 3 graphs with the specific time domian. Here's my code: t = -2*pi:0.01:2*pi; function y = f(t) y = (a...

mer än 4 år ago | 1 answer | 0

1

answer

Question


how to use repmat to plot?
i am plotting a graph of a unit step function: f(t) = u(t) - 2u(t - pi), for 0 <= t <= 2pi and i am trying to use repmat to mak...

mer än 4 år ago | 1 answer | 0

1

answer

Question


how to get the exact value?
I'm trying to use numerical Matlab approach tp find the integral of f = 5e^-t , for -1<t<2. Here's the code i tried: f5 = @(t) ...

mer än 4 år ago | 1 answer | 0

1

answer

Question


how to estimate/evaluate the integral of a constant value function?
For example, f = 5, for 0<t<1, zero otherwise. i tried the following code but it didn't work: syms t f = 10; int(f)

mer än 4 år ago | 2 answers | 0

2

answers

Question


Can fploy and ezplot a discrete time signal?
I'm trying to plot a discrete time signal : y[n] = 5𝛿(n)+3u(n-3) , for n=[-1:0.01:10] by using fplot or ezplot. Here's what I'v...

mer än 4 år ago | 1 answer | 0

1

answer

Question


plot discrete time domain signals
Given n=[-1:0.01:10]. Plot the discrete time domain signal: y[n]=e^(-n)*u(n). Below is my program but i'm not sure if it's cor...

mer än 4 år ago | 1 answer | 0

1

answer