Bob Blaine
MathWorks
Followers: 0 Following: 0
Senior Team Lead of MATLAB Core Graphics Team
Estadística
0 Preguntas
12 Respuestas
CLASIFICACIÓN
2.247
of 295.467
REPUTACIÓN
28
CONTRIBUCIONES
0 Preguntas
12 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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...
más de 6 años hace | 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...
más de 6 años hace | 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 ...
casi 7 años hace | 2
| aceptada
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...
casi 7 años hace | 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...
casi 7 años hace | 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...
casi 7 años hace | 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 = [(...
casi 7 años hace | 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...
más de 7 años hace | 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...
más de 7 años hace | 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...
más de 7 años hace | 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...
más de 7 años hace | 1
| aceptada
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...
más de 7 años hace | 0