![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4337708_1527179847931_DEF.jpg)
Nidal Bazzi
Followers: 0 Following: 0
Statistics
RANK
147,645
of 297,010
REPUTATION
0
CONTRIBUTIONS
1 Question
4 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,418
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,687
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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.
8 months ago | 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...
9 months ago | 0
| accepted
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"...
9 months ago | 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...
9 months ago | 0
Question
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 ...
9 months ago | 5 answers | 0