Filter löschen
Filter löschen

plot signal of time domain

19 Ansichten (letzte 30 Tage)
Raman Dhillon
Raman Dhillon am 3 Apr. 2020
Beantwortet: Birdman am 3 Apr. 2020

Antworten (1)

Birdman
Birdman am 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))

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by