the acos funtion will not accept negagive numbers (e.g. -075) . WHY?

4 visualizaciones (últimos 30 días)
>> x = -1:.05:1;
plot(x,acos(x))
grid on
Subscript indices must either be real positive integers or logicals.

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Mzo. de 2017
You have either defined a variable named "acos" or a variable named "plot"

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