Home > Applications > miFit > mifit.m

iFit/mifit

PURPOSE ^

miFit: a user interface to iFit

SYNOPSIS ^

function varargout = mifit(varargin)

DESCRIPTION ^

 miFit: a user interface to iFit

 data  = mifit('data')     retrieves all data sets from the interface
 models= mifit('models')   retrieves user models from the interface
 data  = mifit('pull')     retrieves only selected data sets
 mifit('push', datasets)   replace existing data sets and append new ones
 mifit('push', models)     replace existing models and append new ones
 mifit('filename')         imports the file into a new Data set/Model
 mifit(iData_object)       add the iData object into the interface Data stack
 mifit(iFunc_object)       add the iFunc Model into the interface Models menu
 config = mifit('config')  retrieves the miFit configuration
 mifit('exit')             closes miFit
 mifit('reset')            reset miFit to its Factory settings
 mifit('handles')          retrieves the miFit GUI handles

 Version: Nov. 26, 2018
 (c) E.Farhi, ILL. License: EUPL.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1