Profiler error in 2014a
Mostra commenti meno recenti
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
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 Commenti
Geoff Hayes
il 24 Giu 2014
I'm running 2014a on OS X Mountain Lion and have not had any problems with the profiler.
Andreas
il 25 Giu 2014
per isakson
il 25 Giu 2014
Did you try
which flip -all
Andreas
il 25 Giu 2014
Risposte (0)
Categorie
Scopri di più su Debugging and Improving Code in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!