matrix - matlab showing 0 for small number values product -


i have matrix elements have small values. taking product of elements of matrix 100 times. if take matrix 10*10 shows output when take matrix 100*100 shows 0. think shows 0 because product appears small value. how take product small value should display.

try typing:

format long 

it should , rounding problem. format 8 decimals. if want go matlab default settings type:

format short 

Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -