From: mat001 on 1 Apr 2010 09:39 "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 1 Apr 2010 11:18 "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 1 Apr 2010 13:12 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 1 Apr 2010 14:31 "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 1 Apr 2010 14:37 Ihttp://cssmrepository.googlegroups.com/web/new.jpeg?gsc=RFNm2QsAAADIb8HgIXcgF8ehQHGCRahW may be this image will give some more information.
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 Prev: Fminsearch with two vectors as initial variables Next: Problem with Beamforming implementation |