Home > Back-end >  [for] call matlab function in the C
[for] call matlab function in the C

Time:09-22

The current configuration is matlab2016b + Qt5.10.1 + VS2019 + VS2017 (because using Qt5, does not support VS2019, so downloaded 2017)
Under the matlab installation path saw as TDM - GCC - 64 folder

Saw some online tutorial, download the TDM - GCC - 9.2.0. Exe, because before using Qt is compiled using mingw32, and installation of the TDM - GCC - 32;

Also download and install the MCR_R2016b_win64_installer;
The tutorial reference: https://blog.csdn.net/u012955739/article/details/74999408; https://blog.csdn.net/sjhuangx/article/details/49305237; https://blog.csdn.net/weixin_44405644/article/details/103589014 (according to download this tutorial files do not know how to run, double-click on the need to choose the way to open, right nor run options)
Results, as shown in the matlab command line input hope leaders can help me

CodePudding user response:

Download the VS2015, but still won't do
. Are looking for compilers' Microsoft Visual C + + 2015 Professional (C) '...
. Are looking for registry Settings' registry key HKLM \ SOFTWARE \ Microsoft \ VisualStudio \ SxS \ VS7 '14.0... No,
. Are looking for registry Settings' HKCU \ SOFTWARE \ Microsoft \ VisualStudio \ SxS \ VS7 '14.0... No,
. In registry key HKLM \ SOFTWARE \ is looking for registry Settings' Wow6432Node \ Microsoft \ VisualStudio \ SxS \ VS7 '14.0... Is (' D: \ Tools \ Compiler \ \ 'VisualStudio - 2015),
. Is to find the file 'D: \ Tools \ \ VC Compiler \ VisualStudio - 2015 \ bin \ amd64 \ cl exe'... Yes,
. Are looking for the folder 'D: \ Tools \ \ VC Compiler \ VisualStudio - 2015'... Yes,
. Are looking for registry Settings' registry key HKLM \ SOFTWARE \ Microsoft \ Microsoft SDKs \ Windows \ v8.1 'InstallationFolder... No,
. Are looking for registry Settings' HKCU \ SOFTWARE \ Microsoft \ Microsoft SDKs \ Windows \ v8.1 'InstallationFolder... No,
. In registry key HKLM \ SOFTWARE \ is looking for registry Settings' Wow6432Node \ Microsoft \ Microsoft SDKs \ Windows \ v8.1 'InstallationFolder... Is (' C: \ Program Files \ Windows (x86) Kits \ 8.1 \ '),
. Are looking for registry Settings' registry key HKLM \ SOFTWARE \ Microsoft \ VisualStudio \ SxS \ VS7 '14.0... No,
. Are looking for registry Settings' HKCU \ SOFTWARE \ Microsoft \ VisualStudio \ SxS \ VS7 '14.0... No,
. In registry key HKLM \ SOFTWARE \ is looking for registry Settings' Wow6432Node \ Microsoft \ VisualStudio \ SxS \ VS7 '14.0... Is (' D: \ Tools \ Compiler \ \ 'VisualStudio - 2015),
. Are looking for registry Settings' registry key HKLM \ SOFTWARE \ Microsoft \ VisualStudio \ SxS \ VC7 '14.0... No,
. Are looking for registry Settings' HKCU \ SOFTWARE \ Microsoft \ VisualStudio \ SxS \ VC7 '14.0... No,
. In registry key HKLM \ SOFTWARE \ is looking for registry Settings' Wow6432Node \ Microsoft \ VisualStudio \ SxS \ VC7 '14.0... Is (' D: \ Tools \ \ VC Compiler \ VisualStudio - 2015 \ '),
. Are looking for environment variables' VS140COMNTOOLS '... No,
Could not find the compiler installed 'Microsoft Visual C + + 2015 Professional (C)',
  • Related