From: Fioniya on
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