source: MML/trunk/machine/SOLEIL/StorageRing/RadiaMapGui/PlotRadiaMap_Byxy.m @ 17

Last change on this file since 17 was 17, checked in by zhangj, 10 years ago

To have a stable version on the server.

  • Property svn:executable set to *
File size: 261 bytes
Line 
1function  PlotRadiaMap_Byxy(x,Bz,forder,funit)
2% 2D (mesh) plot field map
3   figure(6);
4   mesh(x,Bz(:,1),Bz(:,2:end));
5    xlabel('x[m]');
6    ylabel('y[y]');s
7    zlabel([forder, ' By ',funit]);
8  title([forder,' horizontal kick/vertical field map ',funit]);
Note: See TracBrowser for help on using the repository browser.