source: MML/trunk/machine/SOLEIL/common/toolbox/ezyfit/ezyfit/html/loadfit.html @ 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: 1.8 KB
Line 
1<html><head><title>loadfit (Ezyfit Toolbox)</title>
2<!-- Help file for loadfit.m generated by makehtmldoc 1.22, 02-Jul-2012 09:32:08 -->
3<!-- makehtmldoc (F. Moisy, 2005-2006), see http://www.fast.u-psud.fr/~moisy/ml/ -->
4 
5<link rel=stylesheet href="docstyle1.css" type="text/css">
6</head>
7<body bgcolor=#ffffff>
8<table width="100%" border=0 cellpadding=0 cellspacing=0><tr><td valign=baseline bgcolor="#e7ebf7"><b>EzyFit Function Reference</b></td><td valign=baseline bgcolor="#e7ebf7" align=right><a href="liny.html"><b>&lt;&lt; Prev</b></a>&nbsp;|&nbsp;<a href="loglogpn.html"><b>Next &gt;&gt;</b></a>&nbsp;</td></tr></table>
9<font size=+3 color="#990000">loadfit</font><br>
10Load the predefined and the user-defined fitting functions.<br>
11<br>
12 
13<font size=+1 color="#990000"><b>Description</b></font>
14<code><pre>
15[DEFAULTFIT, USERFIT] = <b>loadfit</b> loads the predefined and the user-
16defined fitting functions.
17 
18DEFAULTFIT = <b>loadfit</b>('default') loads only the predefined fits.
19USERFIT = <b>loadfit</b>('user') loads only the user-defined fits.
20 
21DEFAULTFIT and USERFIT are structure arrays containing two fields,
22'name' and 'eq'.
23 
24If the file(s) for the predefined and/or the user-defined fits do(es)
25not exist, <b>loadfit</b> creates it (them).
26 
27</pre>
28<font size=+1 color="#990000"><b>See Also</b></font>
29<pre>
30<a href="editfit.html">editfit</a>, <a href="efmenu.html">efmenu</a>.
31 
32Published output in the Help browser
33   showdemo <b>loadfit</b> 
34</pre></code>
35 
36<br>
37<table width="100%" border=0 cellspacing=0 bgcolor="#e7ebf7"><tr><td>&nbsp;<a href="liny.html"><b>Previous: liny</b></a></td><td align=right><a href="loglogpn.html"><b>Next: loglogpn</b></a>&nbsp;</td></tr></table><br>
382005-2012 <a href="ezyfit.html">EzyFit Toolbox 2.41</a><br>
39<br>
40</body></html>
Note: See TracBrowser for help on using the repository browser.