简体   繁体   中英

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM