Mercurial > hg > ltpda
comparison m-toolbox/classes/@ltpda_uo/fromModel.m @ 45:a59cdb8aaf31 database-connection-manager
Merge
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 06 Dec 2011 19:07:22 +0100 |
parents | bc767aaa99a8 |
children |
comparison
equal
deleted
inserted
replaced
42:f90d4f666cc7 | 45:a59cdb8aaf31 |
---|---|
10 % | 10 % |
11 % PARAMETER: pl: Parameter list object | 11 % PARAMETER: pl: Parameter list object |
12 % | 12 % |
13 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | 13 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
14 | 14 |
15 function [obj, ii, fcnname] = fromModel(obj, pl) | 15 function [obj, ii, fcnname, pl] = fromModel(obj, pl) |
16 | 16 |
17 % Get the name of the model the user wants | 17 % Get the name of the model the user wants |
18 model = find(pl, 'built-in'); | 18 model = find(pl, 'built-in'); |
19 | 19 |
20 % Get a list of user model directories | 20 % Get a list of user model directories |