【问题标题】:Matlab/simulink error in compilation编译中的 Matlab/simulink 错误
【发布时间】:2014-03-04 01:52:30
【问题描述】:

我在 Simulink 文件中收到此错误。我基本上已经将 3 个常量连接到一个 MATLAB 函数,该函数计算 2 个输出,但无法理解为什么会出现错误。错误信息如下:

"Making simulation target "untitled14_sfun", ... 
'untitled14_sfun.bat' is not recognized as an internal or external command, 
operable program or batch file."

【问题讨论】:

  • 愿意分享那个 MATLAB 函数的内容吗?

标签: matlab simulink


【解决方案1】:

您似乎还没有安装编译器(请参阅here 以获取支持的编译器列表),或者您没有通过运行正确设置它

>> mex -setup

在 MATLAB 命令提示符处。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-07-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多