From: Fatih on
I created a function and i built .net dll. I'm using dll in asp.net web site. When i use 'lsim' command in function, i 've an error in .NET. What's the problem.Can anybody help me?

Error is;
Undefined function or method 'matscale' for input arguments of type 'double'.
From: us on
"Fatih " <fatihissi(a)gazi.edu.tr> wrote in message <hs6bl6$5mu$1(a)fred.mathworks.com>...
> I created a function and i built .net dll. I'm using dll in asp.net web site. When i use 'lsim' command in function, i 've an error in .NET. What's the problem.Can anybody help me?
>
> Error is;
> Undefined function or method 'matscale' for input arguments of type 'double'.

a hint:
- do you own and have you installed properly the control system tbx(?)...

% at the command prompt, type
ver control;

us
From: Fatih on
"us " <us(a)neurol.unizh.ch> wrote in message <hs6co8$f4c$1(a)fred.mathworks.com>...
> "Fatih " <fatihissi(a)gazi.edu.tr> wrote in message <hs6bl6$5mu$1(a)fred.mathworks.com>...
> > I created a function and i built .net dll. I'm using dll in asp.net web site. When i use 'lsim' command in function, i 've an error in .NET. What's the problem.Can anybody help me?
> >
> > Error is;
> > Undefined function or method 'matscale' for input arguments of type 'double'.
>
> a hint:
> - do you own and have you installed properly the control system tbx(?)...
>
> % at the command prompt, type
> ver control;
>
> us

MATLAB Version 7.10.0.499 (R2010a)
MATLAB License Number: 161051
Operating System: Microsoft Windows XP Version 5.1 (Build 2600: Service Pack 3)
Java VM Version: Java 1.6.0_12-b04 with Sun Microsystems Inc. Java HotSpot(TM) Client VM mixed mode
-------------------------------------------------------------------------------------
Control System Toolbox


The error appears in Visual Studio.
From: Fatih on
"Fatih " <fatihissi(a)gazi.edu.tr> wrote in message <hs6d93$i5i$1(a)fred.mathworks.com>...
> "us " <us(a)neurol.unizh.ch> wrote in message <hs6co8$f4c$1(a)fred.mathworks.com>...
> > "Fatih " <fatihissi(a)gazi.edu.tr> wrote in message <hs6bl6$5mu$1(a)fred.mathworks.com>...
> > > I created a function and i built .net dll. I'm using dll in asp.net web site. When i use 'lsim' command in function, i 've an error in .NET. What's the problem.Can anybody help me?
> > >
> > > Error is;
> > > Undefined function or method 'matscale' for input arguments of type 'double'.
> >
> > a hint:
> > - do you own and have you installed properly the control system tbx(?)...
> >
> > % at the command prompt, type
> > ver control;
> >
> > us
>
> MATLAB Version 7.10.0.499 (R2010a)
> Operating System: Microsoft Windows XP Version 5.1 (Build 2600: Service Pack 3)
> Java VM Version: Java 1.6.0_12-b04 with Sun Microsystems Inc. Java HotSpot(TM) Client VM mixed mode
> -------------------------------------------------------------------------------------
> Control System Toolbox
>
>
> The error appears in Visual Studio.

Problem Solved.End of m-file, i forgot an equation. That's my fault.