Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Java class that calls a Matlab function
Posted 21.08.2025, 12:11 GMT-4 LiveLink for MATLAB, API Version 6.3 1 Reply
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.
