matlab-deployment
unable to load a DLL in MATLAB through Java
I am working on a Java GUI application that uses MATLAB code for calculations. However, the MATLAB code itself uses a DLL file. I packed all my MATLAB functions into a class and created a jar file.[详细]
2023-03-19 02:45 分类:问答javac invalid flag
I was trying to execute this command in command prompt to find my build error. What I have broken down upto is that javac is treating one of the file name as a flag (option) and thats why its not able[详细]
2023-03-18 19:24 分类:问答Problems in building a Matlab .Net project
I\'m trying to build a C# application which uses a Matlab library built using Matlab Builder NE. I\'ve referenced both MWArray.dll and the Matlab-generated dll, but I still get get the following error[详细]
2023-03-14 12:47 分类:问答Calling a MATLAB function from C#
I developed a MATLAB function, and I\'m looking for a way to call that function from ano开发者_如何学Cther C# application and pass some parameters to it and get the results in the C# program.[详细]
2023-03-02 22:20 分类:问答I have trouble using mcc compiler in MATLAB (Error using ==> mcc The output directory does not exist)
I\'m trying to build the .NET assembly file by executing this code in matlab2010b workdir = \'C:\\Users\\H\\Documents\\Source Code\\MatlabFiles\';[详细]
2023-03-01 23:34 分类:问答MATLAB JA Builder throws NullPointerException in MCRConfiguration
I\'m trying to execute 开发者_StackOverflow中文版a MATLAB function from Java using JA Builder. I followed the MATLAB JA Builder help documentation - the HelloWorld and MagicSquare examples and receiv[详细]
2023-02-25 01:42 分类:问答How to access a matlab function from java code?
My java program uses matlab code packaged as jar files for image processing. The problem is when I call a function(written by me) with a call to \'mmreader\' for the first time, it works fine. However[详细]
2023-02-18 18:43 分类:问答Matlab Java builder?
I am trying to convert Matlab code to something that I can put as a server application, Java if possible. I have Matlab 2008a installed, AND matlab compiler runtime (or so at least I think - the direc[详细]
2023-02-16 23:50 分类:问答MATLAB deployment: How can i make my .exe file can be use by other computer?
I\'ve created a deployment project which works rather well and now I want to add it to source control repository for others to use.[详细]
2023-02-16 15:45 分类:问答Matlab Javabuilder related issue
I\'ve written certain code in Matlab which upon execution produces list of similar results. I\'ve done testing with lots of images on matlab.[详细]
2023-02-15 17:34 分类:问答