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

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

python - matplotlib equivalent for Ubuntu servers with no GUI? -