Mercurial > hg > ltpda
annotate m-toolbox/classes/@LTPDAworkbench/cb_applyprefs.m @ 31:a26669b59d7e database-connection-manager
Update LTPDAworkbench
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +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 |