source: MML/trunk/machine/SOLEIL/StorageRing/RadiaMapGui/PlotRadiaMap_Bxxy.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 11 years ago

Initial import--MML version from SOLEIL@2013

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.