PURPOSE
f = saveas(s, filename, format, options) : save iFunc object into various data formats
SYNOPSIS
function [filename,format] = saveas(a, varargin)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- cellstr ret = cellstr(s) : convert iFunc into a cell of strings
- char ret = char(s) : convert iFunc into character
- disp disp(s) : display iFunc object (details)
- get [...] = get(s, 'PropertyName', ...) : get iFunc object properties
- isempty isempty(s) : true for empty iFunc object
- ndims d = ndims(s) : get the dimensionality of iFunc object
- plot h = plot(model, parameters, axes, ...) plot a model
- publish b = publish(s) : export the Model object as an HTML document.
- save f = save(s, filename, format, options) : save iFunc object into various data formats
- saveas f = saveas(s, filename, format, options) : save iFunc object into various data formats
This function is called by:
- imwrite f = imwrite(s, filename, format) : save iFunc object into an image
- publish b = publish(s) : export the Model object as an HTML document.
- save f = save(s, filename, format, options) : save iFunc object into various data formats
- saveas f = saveas(s, filename, format, options) : save iFunc object into various data formats
- xmlwrite f = xmlwrite(s, filename) : save iFunc object into an XML file
Generated on Tue 27-Nov-2018 10:56:24 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1