Myo臂带在MATLAB中的手势(无法编译.m或.mex文件)

时间:2016-11-16 08:25:22

标签: c++ matlab mex myo

我需要一些帮助才能让myo-mex文件正常工作。我不知道如何更改编译器选项以便mingw支持ISO c ++ 2011.可以在此处找到代码所在的github存储库:https://github.com/mark-toma/MyoMex。 错误消息我看起来如下所示:

Error using build_myo_mex (line 61)
In file included from C:/MATLAB/SupportPackages/R2015b/MW_MinGW_4_9/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++/array:35:0,
             from C:\MyoMex-master\MyoMex\myo_mex\myo_class.hpp:16,
             from C:\MyoMex-master\MyoMex\myo_mex\myo_mex.cpp:14:
C:/MATLAB/SupportPackages/R2015b/MW_MinGW_4_9/lib/gcc/x86_64-w64-  mingw32/4.9.2/include/c++/bits/c++0x_warning.h:32:2: error: #error This
file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled
with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the \

我对这个错误毫无头绪,但我希望有人能够提供帮助,因为我不是最好的使用MATLAB。

1 个答案:

答案 0 :(得分:0)

在错误消息

中提到了它
  

此支持目前是实验性的,必须启用   -std=c++11-std=gnu++11编译器选项。

使用:

-std=c++11-std=gnu++11