datatip showing incorrect value
14 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
ARKADEEP SETT
il 16 Lug 2020
Risposto: ARKADEEP SETT
il 16 Lug 2020
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;
0 Commenti
Risposta accettata
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!