photo

Jinquan Li


Last seen: mehr als 4 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
86.136
of 299.737

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
0

RANG
 of 20.791

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 165.655

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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)

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort