Borrar filtros
Borrar filtros

Why is this coming back blank?

2 visualizaciones (últimos 30 días)
Marina Pirzada
Marina Pirzada el 4 de Mayo de 2020
Comentada: Walter Roberson el 5 de Mayo de 2020
Im just trying to find the critical points. Why is it coming back blank?

Respuesta aceptada

Walter Roberson
Walter Roberson el 4 de Mayo de 2020
You do not ask to display the results. We can see from the size information on the bottom left that exactly one result was found.
  2 comentarios
Marina Pirzada
Marina Pirzada el 5 de Mayo de 2020
How do I ask to display the results?
Walter Roberson
Walter Roberson el 5 de Mayo de 2020
disp(CriticalPoints)

Iniciar sesión para comentar.

Más respuestas (1)

Image Analyst
Image Analyst el 5 de Mayo de 2020
What is blank? Your variable is empty, or nothing got printed out to the command window. You can take the semicolons off if you want to have results go to the command window. Also, as far as I know, diff() wants an actual number for the second argument, like 1 or 2, not some undefined symbolic x, unless there's a different diff for those of you who have the Symbolic Toolbox.
  1 comentario
Walter Roberson
Walter Roberson el 5 de Mayo de 2020
diff(expression, symbolic) is differentiation

Iniciar sesión para comentar.

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by