Error using plot vectors must be the same length
Mostrar comentarios más antiguos
How do I fix this error?

Respuestas (1)
Star Strider
el 10 de Jul. de 2021
1 voto
It’s not easy to determine what the problem is.
One possibility is to use the gradient function instead of using diff to calculate the approximate derivative.
The outputs of gradient have the same dimensions as the input. The outputs of diff are less than the dimensions of the input.
.
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!