datatip showing incorrect value

Hi,
This is my simple program. But in the plot data tips is showing incorrect value. The last value of input is 65535 and output is 60335, but the data tips showing 5 less!!!
input = [511:512:65535];
output = input - 5200;
output(output<0) = 0;
plot(input,output,'+-');
grid on;

 Respuesta aceptada

ARKADEEP SETT
ARKADEEP SETT el 16 de Jul. de 2020

0 votos

Thanks a lot!!! It worked. Hope MATLAB pathes it.

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Productos

Versión

R2020a

Etiquetas

Preguntada:

el 16 de Jul. de 2020

Respondida:

el 16 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by