Prev: edit box values to be passed to a function
Next: WindowButtonMotionFcn for taggear images figures
From: Robert H on 16 Apr 2010 14:57 t=0:10; h=4.898e-10*exp(-4.685e4.*t)+2*1.703*exp(-1.703e3.*t)*cos(1.837e3.*t+pi) figure(103) plot(t,h) I have the dots for matrix multiply but still get an error. I am obviously missing something. Can anyone help with this? Thanks
From: Walter Roberson on 16 Apr 2010 15:05 Robert H wrote: > t=0:10; > h=4.898e-10*exp(-4.685e4.*t)+2*1.703*exp(-1.703e3.*t)*cos(1.837e3.*t+pi) > figure(103) > plot(t,h) > > I have the dots for matrix multiply but still get an error. I am > obviously missing something. You missed the dot for element-wise multiplication between the exp() and the cos().
|
Pages: 1 Prev: edit box values to be passed to a function Next: WindowButtonMotionFcn for taggear images figures |