How to call .c file from matlab script

I have a Matlab script which calls .c file using mex command
mex cSameGroup.c;
On running the script, I'm getting the following error message
Error using mex
No supported compiler or SDK was found. For options, visit
http://www.mathworks.com/support/compilers/R2015a/win64.html.
I tried using
mex -setup
but got same error. I'm using Matlab R2015a

3 Kommentare

James Tursa
James Tursa am 14 Apr. 2017
You need to install a supported compiler before you will be able to mex (i.e., compile) that cSameGroup.c file.
Atinesh Singh
Atinesh Singh am 14 Apr. 2017
Bearbeitet: Atinesh Singh am 14 Apr. 2017
I have Code Blocks installed on my machine
James Tursa
James Tursa am 14 Apr. 2017
The list on the provided link shows Microsoft SDK 7.1 or Visual C/C++ (various releases) are supported.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Troubleshooting in MATLAB Compiler SDK finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 14 Apr. 2017

Kommentiert:

am 14 Apr. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by