Java class that calls a Matlab function

Please login with a confirmed email address before reporting spam

Hi,

I am coding my Comsol simulation using Java, i.e., with a Java class. This simulation calls a Matlab function. Additionally, my Java class reads parameters from a text file called 'input.dat'. So I wanted to run this simulation from the terminal with the following command:

comsolbatch -inputfile PiezoLattice.class input.dat

I had successfully run simulations that read data from an input file using the command above. However, for this simulation that calls a Matlab function, I always get the error of not finding the Matlab file. I have placed the Matlab file in the same folder of the Java class and I also tried to place in the Matlab folder (within Documents folder), but in both cases I get the same error. I thought in using the command 'comsolmphserver matlab', I need to use a Matlab file, not the Java class, to use that command.

So, is it possible to have my Comsol simulation that calls a Matlab function in a Java class ?

NOTE: If this discussion is duplicated I posted again because for some reason I could not find my initial post.


Reply

Please read the discussion forum rules before posting.

Please log in to post a reply.

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.