display result (numbers)
Ältere Kommentare anzeigen
Hello,
I have a problem in displaying result.
I have this equation :
ps1=((max(max(X1))-mean(mean(X2)))/ (std2(X2)));
Normally, the result is for example '7.473958' but it is displayed '8' !!!
what is the problem please ?
Akzeptierte Antwort
Weitere Antworten (1)
Rafael Hernandez-Walls
am 30 Jun. 2020
intent with the format command
format long
1 Kommentar
Nadya
am 30 Jun. 2020
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!