plot signal of time domain

52 views (last 30 days)
Raman Dhillon
Raman Dhillon on 3 Apr 2020
Answered: Birdman on 3 Apr 2020

Answers (1)

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

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!