【问题标题】:Error in profiler for Matlab 2014aMatlab 2014a 分析器中的错误
【发布时间】:2014-08-15 06:27:44
【问题描述】:

我在 2014a 中使用 osx 小牛。为了获得清晰的屏幕,我更新了 JRE 并对帮助菜单进行了修复,如 5 月 17 日的答案中所述http://www.mathworks.com/matlabcentral/answers/102946-why-does-the-matlab-desktop-look-blurry-when-using-matlab-8-2-r2013b-on-my-mac-with-retina-display

这包括遵循 Mathworks http://www.mathworks.com/support/bugreports/870843 的说明

也许这就是下面错误的原因,但不确定,因为我在修复之前从未在 2014a 上尝试过探查器。

错误:

当我尝试单击任何功能以获取详细的分析器报告时,我收到以下错误:

使用翻转时出错 输入参数过多。

翻转错误(第 14 行) x = 翻转(x,1);

profview 中的错误>makefilepage(第 723 行) sortedDataList = flipud(sortedDataList);

profview 中的错误(第 70 行) s = makefilepage(profileInfo,idx,busyLineSortKeyStr2Num(busyLineSortKey));

【问题讨论】:

    标签: matlab profiler


    【解决方案1】:

    您的 MATLAB 路径上是否有自己的名为 flip 的函数? MATLAB 附带了一个名为 flip 的新函数,分析器正在尝试使用它。

    http://www.mathworks.com/help/matlab/ref/flip.html

    试试which -all flip - 如果那里有版本,请尝试删除它,看看是否能解决问题。

    【讨论】:

    • 就是这样。这样一个基本的东西..谢谢
    猜你喜欢
    • 2014-07-23
    • 1970-01-01
    • 1970-01-01
    • 2015-02-02
    • 2011-08-20
    • 2019-08-21
    • 2021-09-20
    • 2014-01-26
    • 2017-06-30
    相关资源
    最近更新 更多