Bob Blaine
MathWorks
Followers: 0 Following: 0
Senior Team Lead of MATLAB Core Graphics Team
Statistiques
0 Questions
12 Réponses
RANG
2 247
of 295 467
RÉPUTATION
28
CONTRIBUTIONS
0 Questions
12 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
8
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
I am plotting a grid with multiple lines. The spacing between each line is warped and inaccurate in Matlab due to the numerous data points. How do I make the lines properly spaced?
Hi Cathy, I think you are right, I think this is a result of the way that antialiasing works. On my system, MATLAB uses 8 sa...
plus de 6 ans il y a | 0
I have installed a MATLAB TRIAL version but it keeps crashing
If you are just looking to trial MATLAB, you _might_ be able to get around this problem with: matlab -softwareopengl Not...
plus de 6 ans il y a | 0
How to rotate an arrow in animation?
Hi Shuvagata, MATLAB graphics doesn't directly have an animation function, but a fairly simple 'for' loop can be implemented ...
presque 7 ans il y a | 2
| A accepté
How to compile standalone executables without using hardware accelerated graphics?
Hi chacoon, Not sure if this helps you or not, but I think deployed apps actually run softwareopengl if you run the script th...
presque 7 ans il y a | 1
How to export figure from Matlab 2017b to an EPS format readable from adobe illustrator
Hi Carl, You are correct, MATLAB changed it's graphics system in the 2014b release. As a result the printing also changed. By...
presque 7 ans il y a | 0
MATLAB is crashing by low-level graphics error
Hi Irene, Since the 2014b release of MATLAB, it relies much more heavily on the graphics hardware of your computer than it di...
presque 7 ans il y a | 2
I am having problems to generate a sine-wave Gabor grating. Can someone help please?
Hi Caroline, I'm not sure of the exact problem that you are having, but if you do the following: surf(peaks) lut = [(...
presque 7 ans il y a | 0
What is this stack trace and what can I do to avoid it?
Hi Cole, I'd need more info about your environment to accurately respond. The crash here basically is that X11 has run out of...
plus de 7 ans il y a | 1
Function 'subsindex' is not defined for values of class 'matlab.graphics.GraphicsPlaceholder'
Hi tahec, The error message is telling you that findobj didn't find any figures on the graphics root, and couldn't resolve th...
plus de 7 ans il y a | 1
Matlab App Designer in a 32bit Matlab version ?
Hi OneEyedSE7S, I suspect that you are trying to use this 32 bit dll because for some reason a 64 bit version isn't available...
plus de 7 ans il y a | 0
How to use scrollable subplots in a tabbed panel? (function scrollsubplot)
Hi Sven, I was able to get this to work by making a small change to your code: f = figure(); tab1 = uitab(); x= li...
plus de 7 ans il y a | 1
| A accepté
Why do App Designer UIaxes elements start to disappear?
Hi Klaus, Up until the 2017a release of MATLAB there was a limit of 16 UIAxes in a MATLAB session. This was a limitation of t...
plus de 7 ans il y a | 0