Prev: Strange problem with code of inverse Z transform
Next: How to convert Matlab variable to .dat (text) file with headers
From: ftgh ftgh on 3 Jul 2010 14:40 hello I am doing image registration I must plot variation of mutual information with a variation of translation tx and ty of image like this D=MI(tx,ty) for tx= 1:20 for ty=1:20 D=MI(tx,ty) end end but when i used plot3 , a message said that size of D is not the same of vecteur tx and vecteur ty size tx=20 size ty=20 size D=400 if you know how used plot3 tell me thank you
From: us on 3 Jul 2010 14:48 "ftgh ftgh" <fffatahf(a)gmail.com> wrote in message <i0o066$ec8$1(a)fred.mathworks.com>... > hello > I am doing image registration > I must plot variation of mutual information with a variation of translation tx and ty of image like this D=MI(tx,ty) > for tx= 1:20 > for ty=1:20 > D=MI(tx,ty) > end > end > > but when i used plot3 , a message said that size of D is not the same of vecteur tx and vecteur ty > size tx=20 > size ty=20 > size D=400 > if you know how used plot3 tell me > thank you a hint: help mesh; us
From: ftgh ftgh on 5 Jul 2010 12:40
"us " <us(a)neurol.unizh.ch> wrote in message <i0o0l3$dsh$1(a)fred.mathworks.com>... > "ftgh ftgh" <fffatahf(a)gmail.com> wrote in message <i0o066$ec8$1(a)fred.mathworks.com>... > > hello > > I am doing image registration > > I must plot variation of mutual information with a variation of translation tx and ty of image like this D=MI(tx,ty) > > for tx= 1:20 > > for ty=1:20 > > D=MI(tx,ty) > > end > > end > > > > but when i used plot3 , a message said that size of D is not the same of vecteur tx and vecteur ty > > size tx=20 > > size ty=20 > > size D=400 > > if you know how used plot3 tell me > > thank you > > a hint: > > help mesh; > > us hello I try using mesh , but it the same |