Prev: How do i simulates a discrete feed forward circuit with 2 coefficients?
Next: why not show all the outputs
From: george12thd P on 14 Apr 2010 08:31 Anybody?..
From: ImageAnalyst on 14 Apr 2010 08:40
On Apr 14, 8:31 am, "george12thd P" <n...(a)newsgroup.thanks> wrote: > Anybody?.. ---------------------- I'd say that you just created a new array and subtracted the mean and then plotted it newValues = originalValues - mean(originalValues); bar(newValues); then you reset the tick marks using something like: set(gca,'YTick',[2 2.1 2.2 2.3 2.4 2.5]) |