From bug-request at octave dot org Tue Jan 11 10:11:08 2005 Subject: iscell(c{:}) From: Teemu Ikonen To: bug at octave dot org Date: Tue, 11 Jan 2005 18:11:48 +0200 Hi all, I noticed the following behaviour: > octave --no-init-file GNU Octave, version 2.1.64 (i386-pc-linux-gnu). [...] octave:1> c = {1,2}; octave:2> iscell(c{:}) *** iscell: -- Built-in Function: iscell (X) Return true if X is a cell array object. Otherwise, return false. Shouldn't iscell return 0 (or false) when given a cs-list? Teemu ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------