photo

Bob Blaine

MathWorks

Last seen: 7 meses hace Con actividad desde 2017

Followers: 0   Following: 0

Senior Team Lead of MATLAB Core Graphics Team

Estadística

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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

Respondida
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

Respondida
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 ...

más de 6 años hace | 2

| aceptada

Respondida
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...

más de 6 años hace | 1

Respondida
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...

más de 6 años hace | 0

Respondida
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...

más de 6 años hace | 1

Respondida
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 = [(...

más de 6 años hace | 0

Respondida
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...

casi 7 años hace | 1

Respondida
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...

alrededor de 7 años hace | 1

Respondida
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...

alrededor de 7 años hace | 0

Respondida
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...

alrededor de 7 años hace | 1

| aceptada

Respondida
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