To import a single data set directly from the MATLAB workspace, there are two variants:
(file idimp.htm)
Earlier created models in the Toolbox's THETA-format can be imported from the MATLAB workspace using the Models pop-up menu. If the model originally was exported from ident, it will be imported together with an *_info variable that contains relevant information.
The following example illustrates how the *_info variable can be used to maintain essential information, when a model has been modified by MATLAB workspace commands:
Export the model mymodel to workspace. The do the following commands:
mycmodel = thd2thc(mymodel); % Transforming it to cont. time.
mycmodel_info = str2mat(mymodel_info,"mycmodel = thd2thc(mymodel)");
% Updating the info variable
If you now import back mycmodel into ident, it will carry the correct notes and diary.
(file idimp.htm)
Sessions are opened, closed, and saved under the main ident window's File menu.
Only one session can be open at any time. You can however merge another, previous session into the current one, using the File menu.