1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
% $Id: loadxsil.tex 1322 2007-04-19 01:28:02Z paultcochrane $
% Copyright (C) 2000-2007
%
% Code contributed by Greg Collecutt, Joseph Hope and the xmds-devel team
%
% This file is part of xmds.
%
% This program is free software; you can redistribute it and/or
% modify it under the terms of the GNU General Public License
% as published by the Free Software Foundation; either version 2
% of the License, or (at your option) any later version.
%
% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this program; if not, write to the Free Software
% Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
\chapter{loadxsil.m utility script}
\label{chap:loadxsil}
\index{loadxsil.m}
\section{Name}
loadxsil---load simulation data into matlab
\section{Synopsis}
\ttt{loadxsil('<xsil\_file>')}
\section{Description}
Utility script bundled with \textbf{xmds}, used to load simulation
output data (from the xsil data file) into matlab, where the results
can be presented graphically.\\
\noindent\\
To load data from the xsil file \ttt{data\_file.xsil}, enter at the matlab
command prompt:\\
\ttt{>> loadxsil('data\_file.xsil')}
\section{Examples}
At the matlab command prompt:\\
\ttt{>> loadxsil('nlse.xsil')}\\
\noindent\\
loads the data contained in \ttt{nlse.xsil} into matlab
\section{Authors}
Written by Paul Cochrane
\section{Bugs}
No known bugs. However, the loadxsil script does not work in Matlab
version 4.0 or below; it can only be used with Matlab version 5.0 and
above. Users with Matlab 4.0 can use the \textbf{xsil2graphics}
utility as a means to import data into Matlab.
\section{See also}
xmds(1), xsil2graphics(1), \htmladdnormallink{http://www.xmds.org}{http://www.xmds.org}
\section{Copyright}
Copyright (C) 2003-2004
Code contributed by Paul Cochrane
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
|