why do I keep getting this error message

Respuestas (1)

VBBV
VBBV el 21 de En. de 2022
t = 0:1/320:0.5;
x = @(t) 6*cos(4*pi*t)+2*sin(16*pi*t) -4*sin(32*pi*t);% define anonymous function
x(t)
plot(x(t))

1 comentario

VBBV
VBBV el 21 de En. de 2022
You could also use syms as well to define your symbolic function

Iniciar sesión para comentar.

Categorías

Más información sobre Operators and Elementary Operations en Centro de ayuda y File Exchange.

Preguntada:

el 21 de En. de 2022

Comentada:

el 21 de En. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by