source: MML/trunk/machine/SOLEIL/StorageRing/RadiaMapGui/PlotRadiaMap_Bxxy.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: 260 bytes
Line 
1function  PlotRadiaMap_Bxxy(x,Bx,forder,funit)
2% 2D (mesh) plot field map
3   figure(3);
4   mesh(x,Bx(:,1),Bx(:,2:end));
5    xlabel('x[m]');
6    ylabel('y[m]');
7    zlabel([forder, ' Bx ',funit]);
8  title([forder,' vertical kick/horizontal field map ',funit]);
Note: See TracBrowser for help on using the repository browser.