plot signal of time domain

Answers (1)

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

Asked:

on 3 Apr 2020

Answered:

on 3 Apr 2020

Community Treasure Hunt

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

Start Hunting!