MATLAB cannot find jsonlab library during run time
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi all, I have a matlab function that reads input from a json file. JSONlab - toolbox that encodes-decodes json files. https://www.mathworks.com/matlabcentral/fileexchange/33381-jsonlab--a-toolbox-to-encode-decode-json-files.
I use .NET interface to call the matlab function. This works well when I run it via Visual Studio. But when I deploy the .NET application on to IIS Express the matlab function returns an Error "MATLAB:UndefinedFunction".
I guess I've to place the library (jsonlab) in a place that is accessible to Matlab Runtime but I'm not sure.
Can some one please tell me how to resolve this issue?
P.S : I've placed the library(jsonlab) in the path $MATLAB.
0 comentarios
Respuestas (1)
Joe Yeh
el 3 de Oct. de 2016
I recommend you follow the procedures listed in the following page :
Or you can choose to do it programmatically using addpath:
Ver también
Categorías
Más información sobre JSON Format en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!