Does return value of matlab function depends 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/06
17:13 UTC
Read the original article
Hit count: 127
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?
© Stack Overflow or respective owner