Feeds
已回答
When used Matlabelengine to execute the same function from Java, I obtained the same result
I tried to start Matlabengine through springboot to ensure that there is only one Matlabengine bean for each springboot startu...
When used Matlabelengine to execute the same function from Java, I obtained the same result
I tried to start Matlabengine through springboot to ensure that there is only one Matlabengine bean for each springboot startu...
3 years 前 | 1
| 已接受
提问
use matlabengine to obtain multiple execution results, the results are the same every time
my function matlab script filename 'myTest.m' function data = getMyData(id) %do something %get the random result da...
3 years 前 | 0 个回答 | 0
0
个回答提问
When used Matlabelengine to execute the same function from Java, I obtained the same result
matlab = MatlabEngine.startMatlab(options); matlab.eval("data = "+ dto.getName()+"('"+dto.getId()+"')"); String data = matlab....
3 years 前 | 1 个回答 | 0