Prev: Regarding assembling 2 matrices in to one
Next: Axes sizes and alignment of subplots: hist vs boxplot
From: Fioniya on 23 Apr 2010 04:47 Hi, The first dot is not omitted, just try this code: q = [1,7]; stem(q); axis([0 3 0 8]) On Apr 23, 10:21 am, "johnson ?" <zxjohn...(a)gmail.com> wrote: > a simple case > q = [1,7]; > stem(q); > the first dot is omitted > q = [1,6]; > stem(q); > that's ok! > interesting? > > tested in matlab r2009b windows vista basic 32-bit |