Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Creating new user-defined model in Model-Based Calibration toolbox
Date: Tue, 16 Dec 2008 11:12:02 +0000 (UTC)
Organization: The MathWorks Ltd
Lines: 18
Message-ID: <gi82e2$p2b$1@fred.mathworks.com>
References: <ggum8u$kt1$1@fred.mathworks.com> <gh3dnp$1h2$1@fred.mathworks.com> <gh8ts2$kba$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1229425922 25675 172.30.248.38 (16 Dec 2008 11:12:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 16 Dec 2008 11:12:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1297382
Xref: news.mathworks.com comp.soft-sys.matlab:507275


Hi Mohammed,

There is not a simple way to get a list of all the selected models from the GUI. At the moment the simplest way for you to find out this information is using the command-line API. 

I will make an enhancement request to add a the ability to get this information from the GUI.

Best regards,
Ian

"Mohammad Monfared" <gohardoust@gmail.com> wrote in message <gh8ts2$kba$1@fred.mathworks.com>...
> Hi & So thanks Ian,
> 
> I've build my models using the template_function as you said, and it was successful !
> I have another question, if you would help. In the model setup section of mbcmodel, I've made a two-stage, multiple-model with two model included in the local model. And I like to compare these two ones according to the AICc criterion. In the 431 observations, there are obs where model1 is preferred and obs where model2. How can I count the successful obs for model1 and model2?
> 
> Thanks in advanced,
> Mohammad