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年弱 前 | 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年 前 | 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年 前 | 1 件の回答 | 0