From: mat001 on
"us " <us(a)neurol.unizh.ch> wrote in message <hp1vks$ic5$1(a)fred.mathworks.com>...
> "mat001 " <dres01(a)lycos.com> wrote in message <hp1uc6$so1$1(a)fred.mathworks.com>...
> > can some one explain why this image looks like this.
> >
> > http://www.image-upload.net/viewer.php?file=uoza80689rh78xp5xq8s.jpeg
> >
> > Regards
>
> unfortunately, our firewall-spamfilter considers this site to be ...malicious...
> can you use another site(?)...
> eg,
>
> http://groups.google.com/group/cssmrepository
>
> us

part of code

figure(vel)
subplot(1,3,1)
WXYPlane = w(:,:,20);
imagesc(WXYPlane)
set(gca,'ytick',[])
set(gca,'xtick',[])
xlabel ('X')
ylabel ('Y')
axis image
colorbar;


subplot(1,3,2)
WYZPlane = squeeze(w(:,51:(end-50),:));
imagesc(WYZPlane)
set(gca,'ytick',[])
set(gca,'xtick',[])
xlabel ('Z')
ylabel ('Y')
axis image
colorbar;

subplot(1,3,3)
WZXPlane = squeeze(w(51,:,:));
imagesc(WZXPlane)
set(gca,'ytick',[])
set(gca,'xtick',[])
xlabel ('Z')
ylabel ('X')
axis image
colorbar;
From: us on
"mat001 " <dres01(a)lycos.com> wrote in message <hp27lr$q0n$1(a)fred.mathworks.com>...
> "us " <us(a)neurol.unizh.ch> wrote in message <hp1vks$ic5$1(a)fred.mathworks.com>...
> > "mat001 " <dres01(a)lycos.com> wrote in message <hp1uc6$so1$1(a)fred.mathworks.com>...
> > > can some one explain why this image looks like this.
> > >
> > > http://www.image-upload.net/viewer.php?file=uoza80689rh78xp5xq8s.jpeg
> > >
> > > Regards
> >
> > unfortunately, our firewall-spamfilter considers this site to be ...malicious...
> > can you use another site(?)...
> > eg,
> >
> > http://groups.google.com/group/cssmrepository
> >
> > us
>
> part of code
>
> figure(vel)
> subplot(1,3,1)
> WXYPlane = w(:,:,20);

sigh... but what is W(?)...

us
From: ImageAnalyst on
My firewall also saved me from that first site but I could see your
image on the second site. The images appear to be different
perpendicular views of (slices through) a 3D rectangular value.
That's all I can say given the abundance of information you have
provided.
From: mat001 on
"us " <us(a)neurol.unizh.ch> wrote in message <hp1vks$ic5$1(a)fred.mathworks.com>...
> "mat001 " <dres01(a)lycos.com> wrote in message <hp1uc6$so1$1(a)fred.mathworks.com>...
> > can some one explain why this image looks like this.
> >
> > http://www.image-upload.net/viewer.php?file=uoza80689rh78xp5xq8s.jpeg
> >
> > Regards
>
> unfortunately, our firewall-spamfilter considers this site to be ...malicious...
> can you use another site(?)...
> eg,
>
> http://groups.google.com/group/cssmrepository
>
> us

Here u v w is three matrix (velocity in x, y, z direction) of 101*101*41 size.
From: mat001 on
Ihttp://cssmrepository.googlegroups.com/web/new.jpeg?gsc=RFNm2QsAAADIb8HgIXcgF8ehQHGCRahW



may be this image will give some more information.