user34790
user34790

Reputation: 2036

Issues with compiling using mex in matlab

I am trying to compile with mex in matlab. However, I get the following error

You are using gcc version "4.8.1". The version currently supported with MEX is "4.7.x"

How can I fix this issue?

Upvotes: 1

Views: 633

Answers (1)

chappjc
chappjc

Reputation: 30579

This is a warning, not an error. You should get functional MEX files if your code is correct.

Upvotes: 1

Related Questions