Statistics
RANK
15,400
of 302,087
REPUTATION
2
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 21,533
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 178,760
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
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...
3 years ago | 1
| accepted
Question
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0