The SUMO toolbox
2018a
|
Functions | |
function | guiCreateMovie (var varargin) |
Show a GUI for creating a movie. More... | |
This file is part of the Surrogate Modeling Toolbox ("SUMO Toolbox") and you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation. With the additional provision that a commercial license must be purchased if the SUMO Toolbox is used, modified, or extended in a commercial setting. For details see the included LICENSE.txt file. When referring to the SUMO Toolbox please make reference to the corresponding publication:
Contact : sumo@ - sumo .inte c.ug ent.b ehttp://sumo.intec.ugent.be Signature varargout = guiCreateMovie(varargin)
function guiCreateMovie | ( | var | varargin | ) |
Show a GUI for creating a movie.
You can select which input should vary over time, set the fps, quality, compression... All parameters are optional. The plot options will be merged with the default options, so you need not specify all fields.
model | model to plot |
outputIndex | index of the output to plot |
inputSettings | axis indices, bounds and values for the model's inputs |
plotOptions | options for plotting |
fighandle | handle of the figure to plot in Example:
|