How do i plot this in matlab

1 visualización (últimos 30 días)
Ian Wilson
Ian Wilson el 9 de Sept. de 2019
Comentada: madhan ravi el 9 de Sept. de 2019
x = [0:pi/2:2*pi]
y = -(sin(pi/2*cos(x))(-pi/2*sin(x))/cos(x)
Keep getting the "Error: ()-indexing must appear last in an index expression." I understand what the error means, but I've tried replacing some of the () with {}, and I'm still getting the same error. I guess I am unsure which () need to be replaced to {}.

Respuesta aceptada

madhan ravi
madhan ravi el 9 de Sept. de 2019
y = -(sin(pi/2*cos(x))Operator missing here(-pi/2*sin(x))./cos(x)

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by