Error in xlim and ylim?
47 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Anne Nguyen
el 29 de Sept. de 2019
Comentada: Samuel Dixon
el 25 de Sept. de 2024
This is the code I have so far:
plot(x,y);
xlabel('Distance (m)');
ylabel('Ball Height (m)');
title('Ball Trajectory');
xlim([0 3]);
ylim([-1 2]);
There is an error saying "Array indices must be positive integers or logical values. Error in task4 (line 21) xlim([0 3]);"
Why is this so? I thought I used the xlim function correctly? How do I fix this? Thank you!
0 comentarios
Respuesta aceptada
Walter Roberson
el 29 de Sept. de 2019
At some point you accidentally created a variable named xlim
5 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!