PURPOSE
f = saveas(s, filename, format, options) : save iData object into various data formats
SYNOPSIS
function [filename,format] = saveas(a, filename, format, options)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- cell [content,fields]=cell(s) : convert iData objects into cells
- char c = char(s) : convert iData into character
- csvwrite f = csvwrite(s, filename, options) : save iData object into a Comma Separated Values (CSV) file
- disp disp(s) : display iData object (details)
- double d = double(s) : convert iData into doubles
- end b = end(s,index,n) : end value for iData objects
- flipud b = flipud(s) : Flip object in up/down direction
- get [...] = get(s, 'PropertyName', ...) : get iData object properties
- getaxis [val, lab] = getaxis(s, AxisIndex) : get iData axis value and label
- getframe frame = getframe(s, dim, options) : create an iData object thumbnail/frame matrix
- iData
- imwrite f = imwrite(s, filename, format) : save iData object into an image
- isempty isempty(s) : true for empty iData object
- isfield b = isfield(s, field) : check existence of field/alias in iData objects
- max [m,id] = max(a,b, dim) : computes the maximum value of iData object(s)
- min [m,id] = min(a,b, dim) : computes the maximum value of iData object(s)
- ndims d = ndims(s) : get the dimensionality of iData object
- plot h = plot(s, method, ...) : plot iData object
- real b = real(s) : real value of iData object
- round b = round(s) : upper integer round of iData object
- save f = save(s, filename, format, options) : save iData object into various data formats
- saveas f = saveas(s, filename, format, options) : save iData object into various data formats
- set [s,...] = set(s, 'PropertyName', Propertyvalue, ...) : set iData properties
- size size(s) : get iData object size (number of elements)
- strfind [match, field]=strfind(s, pattern, option) : search for pattern in iData
- sum s = sum(a,dim) : computes the sum of iData objects elements
- version v = version(iData): iData class version
This function is called by:
- avifile f = avifile(s, filename, options) : save iData object into a movie
- csvwrite f = csvwrite(s, filename, options) : save iData object into a Comma Separated Values (CSV) file
- imwrite f = imwrite(s, filename, format) : save iData object into an image
- publish b = publish(s) : export the Dataset object as an HTML document.
- save f = save(s, filename, format, options) : save iData object into various data formats
- saveas f = saveas(s, filename, format, options) : save iData object into various data formats
- xmlwrite f = xmlwrite(s, filename) : save iData 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