Unable to initialize SIT server
Mostrar comentarios más antiguos
I'm working with fresh installations of Labview 2010(x32), MATLAB 2007b (x64), and SIT 2010 (apparently same as SIT 5.0). Due to some sort of file protection in the system, I am unable to modify matlabrc.m with the code specified in the readme, but am attempting to execute it in the MATLAB console. The first two commands run fine but the third command,
NISITServer;
throws the error
??? Undefined function or variable 'NISITServer'.
I saw another user, who was using SIT 4.0, on the Labview forums try to fix this with
loadlibrary NISITServer.dll
loadlibrary NISITServer.mex32
but that didn't work for them and it doesn't work for me.
It's a little distressing that the code in the help file doesn't work... any ideas?
Respuestas (1)
Brian Goodall
el 12 de Jul. de 2011
0 votos
Categorías
Más información sobre Naming Conventions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!