Nidal Bazzi
Followers: 0 Following: 0
Feeds
已回答
How do I call Matlab polyfit function from C++?
It turned out that I only need the polynomial coefficients vector p which I am able to get. Thank you for all your help.
How do I call Matlab polyfit function from C++?
It turned out that I only need the polynomial coefficients vector p which I am able to get. Thank you for all your help.
6 months 前 | 0
已回答
How do I call Matlab polyfit function from C++?
Thank you, the last update seems to work, there are no more exceptions when the code runs but I am unable to access the p, s, an...
How do I call Matlab polyfit function from C++?
Thank you, the last update seems to work, there are no more exceptions when the code runs but I am unable to access the p, s, an...
6 months 前 | 0
| 已接受
已回答
How do I call Matlab polyfit function from C++?
It still will not compile unless I added the 3 on this line: FutureResult<std::vector<Array>> result = matlabPtr->fevalAsync(u"...
How do I call Matlab polyfit function from C++?
It still will not compile unless I added the 3 on this line: FutureResult<std::vector<Array>> result = matlabPtr->fevalAsync(u"...
6 months 前 | 0
已回答
How do I call Matlab polyfit function from C++?
Thanks Hassaan for the quick response. Line 56 gives these errors. error C2440: 'initializing': cannot convert from 'matlab::d...
How do I call Matlab polyfit function from C++?
Thanks Hassaan for the quick response. Line 56 gives these errors. error C2440: 'initializing': cannot convert from 'matlab::d...
6 months 前 | 0
提问
How do I call Matlab polyfit function from C++?
Hello, I am trying to call the MATLAB polyfit function from a Windows application written in Visual Studio 2022 C++ and get the ...
6 months 前 | 5 个回答 | 0