photo

Jinquan Li


Last seen: oltre 4 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
0 Risposte

RANK
245.652
of 299.969

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.853

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.784

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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)

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta