How to solve Problem with LIBSVM installation in windows 7 (32 bits) for Matlab R2009b(7.1)

3 ビュー (過去 30 日間)
Farija rashed
Farija rashed 2012 年 10 月 19 日
I have installed Microsoft Visual C++ 6.0 but after writing make on matlab, it is not installing matlab and showing undedined variable make

回答 (2 件)

Sachin Ganjare
Sachin Ganjare 2012 年 10 月 19 日
Did you try mex command?
Follow the steps below:
matlab>> mex -setup
(ps: MATLAB will show the following messages to setup default compiler.)
Please choose your compiler for building external interface (MEX) files:
Would you like mex to locate installed compilers [y]/n? y
Select a compiler:
[1] Microsoft Visual C/C++ version 7.1 in C:\Program Files\Microsoft Visual Studio
[0] None
Compiler: 1
Please verify your choices:
Compiler: Microsoft Visual C/C++ 7.1
Location: C:\Program Files\Microsoft Visual Studio
Are these correct?([y]/n): y
matlab>> make

Walter Roberson
Walter Roberson 2012 年 10 月 19 日
"make" is a command you would execute in your system command shell, not inside MATLAB.

カテゴリ

Help Center および File ExchangeCall C++ from MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by