Does return value of matlab function depends on how it's called?
- by user198729
A = imread(filename, fmt)
[X, map] = imread(...)
The above is in the synopsis part of imread,which seems to say the return value of matlab function depends on how it's called?Is that true?