Result in matrix is not divided

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.

답변 (1개)

José-Luis
José-Luis 2014년 4월 7일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Octave에 대해 자세히 알아보기

질문:

2014년 4월 7일

답변:

2014년 4월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by