Hi, all
I'm trying to use matlab engine and having some problem about the registration. It always said" 'engwindemo' is not recognized as an internal or external command,
operable program or batch file. " when I was trying the example. I have set up the PATH enviroment variables right and type 'matlab /regserver' in command line. Is there anyone who met this problem before?
Thank you,
Xiu
|
|
0
|
|
|
|
Reply
|
Xiu
|
2/7/2011 7:59:05 PM |
|
"Xiu" wrote in message <iipiu9$fmf$1@fred.mathworks.com>...
> Hi, all
>
> I'm trying to use matlab engine and having some problem about the registration. It always said" 'engwindemo' is not recognized as an internal or external command,
> operable program or batch file. " when I was trying the example. I have set up the PATH enviroment variables right and type 'matlab /regserver' in command line. Is there anyone who met this problem before?
>
> Thank you,
> Xiu
How did you try to run it? Generally, to run an executable from the MATLAB command prompt you use the bang (!) operator:
!engwindemo
James Tursa
|
|
0
|
|
|
|
Reply
|
James
|
2/7/2011 10:59:04 PM
|
|
"James Tursa" wrote in message <iiptfo$gd6$1@fred.mathworks.com>...
> "Xiu" wrote in message <iipiu9$fmf$1@fred.mathworks.com>...
> > Hi, all
> >
> > I'm trying to use matlab engine and having some problem about the registration. It always said" 'engwindemo' is not recognized as an internal or external command,
> > operable program or batch file. " when I was trying the example. I have set up the PATH enviroment variables right and type 'matlab /regserver' in command line. Is there anyone who met this problem before?
> >
> > Thank you,
> > Xiu
>
> How did you try to run it? Generally, to run an executable from the MATLAB command prompt you use the bang (!) operator:
>
> !engwindemo
>
> James Tursa
Hi, James
I did run it with that operator. Is there any wawy I can check if Matlab engine is properly installed?
Thanks,
Xiu
|
|
0
|
|
|
|
Reply
|
Xiu
|
2/9/2011 3:55:05 PM
|
|
"Xiu" wrote in message <iiudcp$9ml$1@fred.mathworks.com>...
> "James Tursa" wrote in message <iiptfo$gd6$1@fred.mathworks.com>...
> > "Xiu" wrote in message <iipiu9$fmf$1@fred.mathworks.com>...
> > > Hi, all
> > >
> > > I'm trying to use matlab engine and having some problem about the registration. It always said" 'engwindemo' is not recognized as an internal or external command,
> > > operable program or batch file. " when I was trying the example. I have set up the PATH enviroment variables right and type 'matlab /regserver' in command line. Is there anyone who met this problem before?
> > >
> > > Thank you,
> > > Xiu
> >
> > How did you try to run it? Generally, to run an executable from the MATLAB command prompt you use the bang (!) operator:
> >
> > !engwindemo
> >
> > James Tursa
>
> Hi, James
>
> I did run it with that operator. Is there any wawy I can check if Matlab engine is properly installed?
>
> Thanks,
> Xiu
I don't think you are even getting that far. MATLAB itself is saying that it can't find the program file engwindemo.exe, so engwindeom isn't even getting started, much less trying to open the Engine. Are you sure it is compiled and in the current directory? e.g., do this:
dir eng*.*
Does engwindemo.exe show up in the list?
James Tursa
|
|
0
|
|
|
|
Reply
|
James
|
2/9/2011 7:37:03 PM
|
|
"James Tursa" wrote in message <iiuqcv$eu1$1@fred.mathworks.com>...
> "Xiu" wrote in message <iiudcp$9ml$1@fred.mathworks.com>...
> > "James Tursa" wrote in message <iiptfo$gd6$1@fred.mathworks.com>...
> > > "Xiu" wrote in message <iipiu9$fmf$1@fred.mathworks.com>...
> > > > Hi, all
> > > >
> > > > I'm trying to use matlab engine and having some problem about the registration. It always said" 'engwindemo' is not recognized as an internal or external command,
> > > > operable program or batch file. " when I was trying the example. I have set up the PATH enviroment variables right and type 'matlab /regserver' in command line. Is there anyone who met this problem before?
> > > >
> > > > Thank you,
> > > > Xiu
> > >
> > > How did you try to run it? Generally, to run an executable from the MATLAB command prompt you use the bang (!) operator:
> > >
> > > !engwindemo
> > >
> > > James Tursa
> >
> > Hi, James
> >
> > I did run it with that operator. Is there any wawy I can check if Matlab engine is properly installed?
> >
> > Thanks,
> > Xiu
>
> I don't think you are even getting that far. MATLAB itself is saying that it can't find the program file engwindemo.exe, so engwindeom isn't even getting started, much less trying to open the Engine. Are you sure it is compiled and in the current directory? e.g., do this:
>
> dir eng*.*
>
> Does engwindemo.exe show up in the list?
>
> James Tursa
Thanks, I didn't notice that it is not complied.
|
|
0
|
|
|
|
Reply
|
Xiu
|
2/9/2011 9:43:05 PM
|
|
|
4 Replies
280 Views
(page loaded in 0.066 seconds)
Similiar Articles: can not start mupad engine - comp.soft-sys.matlabHello all, I've problems with Symbolic Math Toolbox of Matlab 2009b. My system is Windows XPSP2. After choose mupad engine via symengine,a messag... Using MATLAB engine - comp.soft-sys.matlabcan not start mupad engine - comp.soft-sys.matlab Hello all, I've problems with Symbolic Math Toolbox of Matlab 2009b. My system is Windows XPSP2. Problem with mupad - comp.soft-sys.matlabcan not start mupad engine - comp.soft-sys.matlab Hello all, I've problems with Symbolic Math Toolbox of Matlab 2009b. My system is Windows XPSP2. Calling Matlab engine from C++ - comp.soft-sys.matlabCOMPGROUPS.NET | Search ... code to interface matlab and vb6. now when i call ... Solving Engineering Problems Using MATLAB C API - CodeProject Using MATLAB engine to ... matlab r2009b starting problem - comp.soft-sys.matlabProblem about Matlab engine - comp.soft-sys.matlab Linking a C program with Matlab engine - comp.soft-sys.matlab ... matlab r2009b starting problem - comp.soft-sys.matlab ... Porting Mathlab code to C++ - accuracy problem - comp.soft-sys ...Porting Mathlab code to C++ - accuracy problem - comp.soft-sys ... problem when running hspice from matlab - comp.soft-sys.matlab ... Problem about Matlab engine - comp ... Convert C array into mxArray Type - comp.soft-sys.matlab ...Hello, I am trying to send data from C++ using Matlab's engine libraries. This might be fairly a simple question but I couldn't figure it out. ... Converting symbolic piecewise functions using matlabFunction ...Using MATLAB engine - comp.soft-sys.matlab Converting symbolic ... to convert a piecewise symbolic function into a matlab ... Differential of non-linear problems and ... Executing Matlab code using Visual basic - comp.soft-sys.matlab ...If you are at least average in visual basic, then you will not have any problems. ... Using MATLAB engine - comp.soft-sys.matlab Executing Matlab code using Visual basic ... Help needed: read 3-dimensional array from a MAT-file in Fortran ...You might be able to use a matlab engine, if this kind of thing is available ... where m,n,p are positive integers, is written to a MAT-file in Matlab. > > > > Question ... Problems in using matlab engine. - Physics Help and Math Help ...Computing & Technology > Math & Science Software ... Hey, I have been trying to call matlab from C code, but now I have bunch of execution ... Can you post your C ... c++ - MATLAB Engine Windows 7 problem - Stack Overflow@Treesrule: So what errors did you get before the crash occurred? – Ben Voigt Jun 23 '11 at 18:45 7/14/2012 12:43:13 PM
|