plot signal of time domain

52 visualizzazioni (ultimi 30 giorni)
Raman Dhillon
Raman Dhillon il 3 Apr 2020
Risposto: Birdman il 3 Apr 2020

Risposte (1)

Birdman
Birdman il 3 Apr 2020
syms x(t)
x(t)=sin(2*pi*0.1*t);
t=0:0.001:10;
plot(t,x(-2*t+3))

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by