plot signal of time domain

56 vues (au cours des 30 derniers jours)
Raman Dhillon
Raman Dhillon le 3 Avr 2020

Réponses (1)

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

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by