From: ftgh ftgh on
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
"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
"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