the acos funtion will not accept negagive numbers (e.g. -075) . WHY?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Timothy Goldsmith
el 6 de Mzo. de 2017
Comentada: Timothy Goldsmith
el 7 de Mzo. de 2017
>> x = -1:.05:1;
plot(x,acos(x))
grid on
Subscript indices must either be real positive integers or logicals.
0 comentarios
Respuesta aceptada
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)
Ver también
Categorías
Más información sobre Pole and Zero Locations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!