problem in my program

1 visualización (últimos 30 días)
Majid Al-Sirafi
Majid Al-Sirafi el 6 de Jul. de 2016
Comentada: Majid Al-Sirafi el 6 de Jul. de 2016
Hi everyone
In the attached program, the value of variable total is up to 255 at all time, in spite of the value must
depend on equation total=n*8 ( where in this case the value of n=95 and total=95*8, but total is 255 and this wrong the value must be 760)
Please, inform me the reason
regards

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 6 de Jul. de 2016
Check the class of n
class(n)
You will find the uint8 class, now try
n=double(95)
n*8
  1 comentario
Majid Al-Sirafi
Majid Al-Sirafi el 6 de Jul. de 2016
thats OK thank you very much my brother

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox 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