display result (numbers)
Mostrar comentarios más antiguos
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 ?
Respuesta aceptada
Más respuestas (1)
Rafael Hernandez-Walls
el 30 de Jun. de 2020
intent with the format command
format long
1 comentario
Nadya
el 30 de Jun. de 2020
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!