MATLAB error in counting
Mostrar comentarios más antiguos
How is it possible that my calculator comes out a different result than matlab calculated?
>> suma2= 7874;
voxsuma2=suma2*2*0.9766;
str = ['označena plocha je 2', num2str(voxsuma2), ' mm^2.']
str =
označena plocha je 215379.4968 mm^2.
a calculator:7874*2=15748
15748*0.9766=15379,4968
15379,4968 or 215379.4968 is correct? WTH??
1 comentario
Adam
el 18 de Abr. de 2012
Respuesta aceptada
Más respuestas (1)
Ilham Hardy
el 18 de Abr. de 2012
0 votos
Just realized that!
Categorías
Más información sobre Text Data Preparation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!