plot signal of time domain

72 visualizaciones (últimos 30 días)
Raman Dhillon
Raman Dhillon el 3 de Abr. de 2020
Respondida: Birdman el 3 de Abr. de 2020

Respuestas (1)

Birdman
Birdman el 3 de Abr. de 2020
syms x(t)
x(t)=sin(2*pi*0.1*t);
t=0:0.001:10;
plot(t,x(-2*t+3))

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by