source: MML/trunk/machine/SOLEIL/common/toolbox/ezyfit/ezyfit/logx.m @ 4

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

Initial import--MML version from SOLEIL@2013

File size: 305 bytes
Line 
1function logx
2%LOGX  Turn the X axis to LOG
3%   LOGX turns the X axis of the current plot to log coordinates.
4%
5%   See also LINX, LINY, LOGY.
6
7%   F. Moisy, moisy_at_fast.u-psud.fr
8%   Revision: 1.00,  Date: 2005/10/31
9%   This function is part of the EzyFit Toolbox
10
11set(gca,'XScale','log');
Note: See TracBrowser for help on using the repository browser.