Effacer les filtres
Effacer les filtres

How can I represent this equation on MATLAB

1 vue (au cours des 30 derniers jours)
Ibrahim swidan
Ibrahim swidan le 28 Avr 2022
Réponse apportée : KSSV le 28 Avr 2022
How can I represent this equation on MATLAB
𝑥(𝑡) = 7 𝑐𝑜𝑠 (3𝜋𝑡) 𝑤ℎ𝑒𝑟𝑒 0≤𝑡≤4

Réponse acceptée

KSSV
KSSV le 28 Avr 2022
Extend the example to your case.
n = 100 ;
t = linspace(0,4,n) ;
x = 2*sin(3*pi*t) ;
plot(t,x)

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics 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