photo

Anakin Zheng

MathWorks

Last seen: mer än 4 år ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

0 Questions
8 Answers

RANK
3 429
of 297 503

REPUTATION
16

CONTRIBUTIONS
0 Questions
8 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
4

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 017

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

  • Knowledgeable Level 1
  • Revival Level 2
  • First Answer

View badges

Feeds

View by

Answered
modern MATLAB ubuntu/linux compiler support
gcc 9 should work fine. There is no abi breakage change between 6 and 9. At least for MATLAB Coder, we don't enforce gcc versio...

mer än 4 år ago | 0

| accepted

Answered
MSVC2017 32-bit compiler considered as not supporting OpenMP library
Hi Jean-Alain, To support OpenMP, toolchain needs to contain an OpenMP setion. In my_msvc_32bit_tc add something like this: o...

nästan 5 år ago | 3

| accepted

Answered
Using Relative Paths with Matlab Coder
Hi Hamza, Post codegen command might be a way to do it here. https://www.mathworks.com/help/coder/ug/customizing-the-post-code...

mer än 5 år ago | 0

Answered
MEX compiler 'Intel Parallel Studio XE 2019 for C++ with Microsoft Visual Studio 2017' is not supported.
MATLAB Coder compiles the code for you, unless you select generate code only. Is there any specific reason you want to use mex ...

mer än 5 år ago | 0

Answered
Matlab Coder Stand Alone Executable Linking Third Party Libs
Hi Nurullah, -lcurl should be a linker flag instead of compiler flag. So change the line to coder.updateBuildInfo('addLinkFla...

mer än 5 år ago | 0

Answered
MATLAB coder settings for generating code for external project c/c++
There is no such feature at this point. Is there any reason you want everything in one header? Thanks

ungefär 6 år ago | 1

Answered
Linking issue with Matlab Coder....
Hi Arwel, Can you check whether '/home/arwel/Documents/coding/multinestEdits/eggboxOnly/MultiNest_v3.10_eggboxOnly/multinest_...

mer än 6 år ago | 0

Answered
Bug in MATLAB mex file generation from generic C++ code
This is a bug in MATLAB Coder and will be fixed in the 18a release. To workaround this issue in current release you can modif...

ungefär 7 år ago | 0