使用mex时出错:未知文件扩展名''

时间:2017-08-04 11:54:19

标签: matlab eigen mex glog

我正在尝试使用需要eigen,ceres-solver和glog库的cpp文件。这是我使用的命令:

local humanoid = character:FindFirstChild("Humanoid") --try to find the humanoid

if humanoid then --check if we found that humanoid
  humanoid.Health = 0 --kill the humanoid
end

显示未知文件扩展名'',但我不知道哪里出错。

实际上我的输入是在一行中,我把“...”只是为了让你更方便地查看完整代码而不向右滚动。

我的实际输入:

    mex ceresRigidError.cpp /usr/local/lib/libceres.a...
    /usr/lib/x86_64-linux-gnu/libglog.so /usr/include/eigen3/Eigen

0 个答案:

没有答案