matlab - Is there a way to change the digits shown in the variables browser? -
the matlab variables browser in ide gui per default shows 10 digits. longer variables have dimension shown.
[0 0 0 0 0 0 0 0 0 1] [0 0 0 0 0 1 1 0 0] <1x11 double> [1 0 0 0 0 0 0 0 0] [0 0 0 0 0 0 0 0 0] [0 0 0 0 0 0 0 0 0] <1x11 double> [0 0 1 0 0 0 0 0 0 0] [0 0 0 1 1 1 0 0 0] [1 0 0 1 0 0 0 1 1 0]
is there way modify behavior in matlab 8.1 ?
as may have guessed comments:
no, there no setting can changed via regular means modify behavior.
of course possible, 'easiest' way require java hack, the 1 changing workspace preferences.
Comments
Post a Comment