From: Eric Durant Subject: Bug in `echo`: continuation lines (...) not echoed Date: 27 Mar 2000 00:00:00 GMT Message-ID: <38DFCE0A.47B37D5@umich.edu> Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@eecs.umich.edu X-Trace: news.eecs.umich.edu 954191299 84236 141.213.12.216 (27 Mar 2000 21:08:19 GMT) Organization: EECS Dept. Univ. of Michigan Mime-Version: 1.0 Newsgroups: comp.soft-sys.matlab There seems to be a bug in `echo` in Matlab when continuations (...) are used. The following code demonstrates this behavior when executed as a script: ================= echo on a = 1 ... % this is echoed + 2; % this isn't echo off ================= The continuation line isn't echoed, which is unexpected. This seems inconsistent with the Matlab documentation for `echo` as I understand it. I've observed this behavior in the following versions of Matlab: MATLAB Version 5.3.1.29215a (R11.1) on PCWIN MATLAB Version 5.3.1.29215a (R11.1) on HP700 MATLAB Version 5.3.1.29215a (R11.1) on SOL2 I'm reporting this to The MathWorks, but thought readers of this group might be interested as well. -- Eric Durant http://www.edurant.com/