Does the return value of a MATLAB function depend on how it's called?
Posted
by user198729
on Stack Overflow
See other posts from Stack Overflow
or by user198729
Published on 2010-04-06T17:08:05Z
Indexed on
2010/04/09
3:43 UTC
Read the original article
Hit count: 246
A = imread(filename, fmt)
[X, map] = imread(...)
The above is in the synopsis part of imread
, which seems to say that the return value of a MATLAB function depends on how it's called? Is that true?
© Stack Overflow or respective owner