Anakin Zheng
MathWorks
Followers: 0 Following: 0
Statistica
0 Domande
8 Risposte
RANK
3.383
of 295.569
REPUTAZIONE
16
CONTRIBUTI
0 Domande
8 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
4
RANK
of 154.105
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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...
circa 4 anni fa | 0
| accettato
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...
oltre 4 anni fa | 3
| accettato
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...
circa 5 anni fa | 0
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 ...
circa 5 anni fa | 0
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...
circa 5 anni fa | 0
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
quasi 6 anni fa | 1
Linking issue with Matlab Coder....
Hi Arwel, Can you check whether '/home/arwel/Documents/coding/multinestEdits/eggboxOnly/MultiNest_v3.10_eggboxOnly/multinest_...
oltre 6 anni fa | 0
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...
oltre 6 anni fa | 0