Docs @ Psychtoolbox Wiki : PsychNumel

Search PTB Function help:
homepsychtoolbox.orgpage updateslogin

PsychNumel

PsychtoolboxPsychOneliners

PTB-Replacement for numel() on older Matlab versions that don't support it.

PsychNumel is a drop-in replacement for the numel() function of recent
versions of Matlab. If called on modern Matlabs, it will just call
numel(). On older Matlabs it will emulate the behaviour of numel().

n = PsychNumel(x); will return the total number of elements contained in
scalar, vector or matrix x, i.e. n == prod(size(x));





Path   Retrieve current version of PsychNumel.m from berliOS: beta | view WebSVN changelog of trunk branch
Psychtoolbox/PsychOneliners/PsychNumel.m


Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0819 seconds