From: Jan Simon on 24 Jul 2010 09:28 Dear Hildaa, > i have this msg error in matlab :??? Error using ==> reshape > Size arguments must be real integers. Use the debugger: dbstop if error Then run your program until is stops in the failing line. Not inspect the values, which are used for reshaping in the command line. Any non-positive or non-integer values? ROUND, CEIL, FLOOR, FIX create integer values. Please post error messages together with the corresponding line of code. Otherwise we cannot guess, what the problem might be. Good luck, Jan
|
Pages: 1 Prev: Input argument "w" is undefined Next: about reading the images |