필터 지우기
필터 지우기

Profiler error in 2014a

조회 수: 1 (최근 30일)
Andreas
Andreas 2014년 6월 24일
댓글: Andreas 2014년 6월 25일
I use osx mavericks with 2014a. To get a crisp screen I have updated the JRE and done the fix to the help-menu as described in the answer from 17 May here
This includes following the instructions from Mathworks
Maybe that is the reason for the error below but it is not certain as I had never tried the profiler on 2014a before I did the fix.
The Error:
When I try to click any function to get a detailed profiler report I get the following error:
Error using flip
Too many input arguments.
Error in flipud (line 14)
x = flip(x,1);
Error in profview>makefilepage (line 723)
sortedDataList = flipud(sortedDataList);
Error in profview (line 70)
s = makefilepage(profileInfo,idx, busyLineSortKeyStr2Num(busyLineSortKey));
  댓글 수: 4
per isakson
per isakson 2014년 6월 25일
Did you try
which flip -all
Andreas
Andreas 2014년 6월 25일
That was it (I had another function called flip). Thanks!

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by