From: Jared on
I am attempting to compile the 'pem' function (System Identification toolbox) to run in a standalone executable. I am only interested in using it for "secondary" model usage - I am not looking to create models with this function. (Currently I am creating initial models using other methods and using the 'pem' function as an iterative "tuner".)

I have run into numerous errors in trying to do this.

I guess I will start with a pretty basic question before I get into an excessive amount of detail. I have attempted this compilation using the pem.m function in the 'ident' directory and also in the '@idss' directory (separate compilations). I believe I need to use the former. Can anyone verify this?

Thanks in advance.
From: Jared on
"Jared " <jared.kloda(a)impact-tek.com> wrote in message <i3elhk$3q4$1(a)fred.mathworks.com>...
> I am attempting to compile the 'pem' function (System Identification toolbox) to run in a standalone executable. I am only interested in using it for "secondary" model usage - I am not looking to create models with this function. (Currently I am creating initial models using other methods and using the 'pem' function as an iterative "tuner".)
>
> I have run into numerous errors in trying to do this.
>
> I guess I will start with a pretty basic question before I get into an excessive amount of detail. I have attempted this compilation using the pem.m function in the 'ident' directory and also in the '@idss' directory (separate compilations). I believe I need to use the former. Can anyone verify this?
>
> Thanks in advance.

Got it figured out.