Mercurial > hg > octave-nkf
view examples/@polynomial/numel.m @ 15121:04c881e66740
Remove unneccessary '-I.' in CPPFLAGS which is already part of DEFAULT_INCLUDES.
* src/Makefile.am: Remove unneccessary '-I.' in CPPFLAGS which is already part
of DEFAULT_INCLUDES.
author | Rik <rik@octave.org> |
---|---|
date | Mon, 06 Aug 2012 21:42:56 -0700 |
parents | e903c92d2f02 |
children |
line wrap: on
line source
function n = numel (obj, idx) # always produce an array. n = 1; endfunction