fplot gives empty figure, while explot works

5 visualizaciones (últimos 30 días)
Brian
Brian el 1 de Mzo. de 2018
Respondida: Krishna Bindumadhavan el 16 de Mzo. de 2018
If I run the code below on 2016a, I get a nice plot from ezplot but an empty figure from fplot. I'm new to the symbolic math toolbox...
Thanks in advance for any suggestions!
---------
syms x
t1 = x / 5;
distance = sqrt(120^2 + (140-x)^2);
t2 = distance / 3;
timeTot = t1 + t2;
% this works fine
ezplot(timeTot,[0 140])
% this gives an empty figure
figure, fplot(timeTot,[0 140])
  1 comentario
Star Strider
Star Strider el 1 de Mzo. de 2018
What version of MATLAB are you using?
Both of the plots work for me in R2017b.

Iniciar sesión para comentar.

Respuesta aceptada

Krishna Bindumadhavan
Krishna Bindumadhavan el 16 de Mzo. de 2018
Thanks for the question.
I was able to reproduce this behaviour in the R2016a release - this looks like a bug. This seems to have been fixed from the R2016b release onward.

Más respuestas (0)

Categorías

Más información sobre Line Plots 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