Mercurial > hg > ltpda
annotate m-toolbox/classes/@LTPDAworkbench/cb_applyprefs.m @ 49:0bcdf74587d1 database-connection-manager
Cleanup
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:24:36 +0100 |
parents | f0afece42f48 |
children |
rev | line source |
---|---|
0 | 1 % CB_APPLYPREFS applies the ltpda preferences from workbench preferences |
2 % dialog. | |
3 % | |
4 % 1) get preferences plist from workbench | |
5 % 2) write these preferences to disk and MATLAB memory | |
6 % 3) upload these to the LTPDAprefs dialog, if it's open | |
7 % | |
8 % | |
9 function varargout = cb_applyprefs(varargin) | |
10 | |
11 end |