Mercurial > hg > ltpda
comparison m-toolbox/classes/@ltpda_uo/fromModel.m @ 43:bc767aaa99a8
CVS Update
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 06 Dec 2011 11:09:25 +0100 |
parents | f0afece42f48 |
children |
comparison
equal
deleted
inserted
replaced
0:f0afece42f48 | 43:bc767aaa99a8 |
---|---|
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 |