Error when installing NCORR Program in MATLAB for DIC
古いコメントを表示
Hello,
I want to use DIC in MATLAB. I tried to import/install NCORR program to MATLAB but I get these two errors (screeshots below) that I need help resolving.

The .cpp files in my PC (screenshot-top) does not appear the same as in the reference tutorial i was seeing (screenshot-bottom).


Can someone pls tell me how to fix it. Thankyou!
回答 (1 件)
Prasanna
2024 年 4 月 24 日
0 投票
Hi,
This error occurs if the compilation process in Ncorr installation is not followed properly.
To solve this error, first check if MEX is setup properly. You can refer the following for MEX setup: https://www.mathworks.com/help/matlab/matlab_external/changing-default-compiler.html. Once MEX is setup properly, try to install Ncorr without OpenMP. If compilation still fails, then you may need to complete the installation manually. To perform manual installation, you need to:
- Compile all the corresponding MEX files.
- Create the "ncorr_installinfo.txt" file which contains information about multicore support.
For more information on manual installation and proper installation procedures, please refer to the Ncorr manual (section 1.1 - 1.4) at: https://www.ncorr.com/download/ncorrmanual_v1_2_2.pdf
Hope this helps.
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!