=============================================================================== Title: gen_log.m Version: 2.0 Project: Control of MLD systems Purpose: Generate log-file of all variables Author: Tobias Geyer History: date subject 2002.02.08 initial version 2002.05.07 displays logical outputs 2002.05.15 display lower and upper bounds on variables 2002.08.26 FT: modification in the input parameters update to MLD struct 2 2002.11.27 handles now also the case with X or Y empty 2003.11.19 first public relase Input: S: structure containing the MLD-model log: structure containing the log-data of all variables (d, z, u, x, y) obtained by runing 'hybsim.m' i.e.: log.x has the dimensions nx times nm (nx=number of states, nm=number of time-steps) Output: logfile systemname.log on disk Contact: Tobias Geyer Automatic Control Laboratory ETH Zentrum, Zurich, Switzerland geyer@control.ee.ethz.ch Comments and bug reports are highly appreciated =============================================================================== Legal note: 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.1 of the License, or (at your option) any later version. This library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ===============================================================================