NaN means in image resize in matlab? -


what code mean?? code written in matlab.

 citra=imresize(citra,[400 nan]); 

i know image (citra) resize 400. but, nan? that's mean?

read docs: http://www.mathworks.com/help/images/ref/imresize.html

either numrows or numcols may nan, in case imresize computes number of rows or columns automatically preserve image aspect ratio.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

R - Plot: How to format in 10-base scientific notation and put it text, mtex, title etc functions? -

validation - How to pass paramaters like unix into windows batch file -