Result in matrix is not divided

2 visualizaciones (últimos 30 días)
DesertEagle
DesertEagle el 7 de Abr. de 2014
Respondida: José-Luis el 7 de Abr. de 2014
I have a problem. I noticed that matlab after adding variable s in my code not divide expressions. So I get expressions as 54646464/454646464.

Respuestas (1)

José-Luis
José-Luis el 7 de Abr. de 2014
It sounds like you have set your format to rat. Please read the documentation concerning format. To see you current display format:
get(0,'Format')
If you get rat, that might explain why your values are displayed like that.

Categorías

Más información sobre Octave en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by