
Adam Danz
MathWorks
Software engineer at MathWorks with a Ph.D. in neurophysiology from the University of Rochester (NY). Specialized in visual and vestibular systems, multisensory integration, sensory-motor and control systems, steering, and navigation. Former member of the MathWorks Community Advisory Board. *My community contributions before 14-Feb-2022 were prior to my employment at MathWorks.
He/him
Estadística
10 Preguntas
3.752 Respuestas
28 Archivos
Cody0 Problemas
34 Soluciones
29 Publicaciones
HighlightsCLASIFICACIÓN
18
of 299.192
REPUTACIÓN
14.308
CONTRIBUCIONES
10 Preguntas
3.752 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
2.357
CLASIFICACIÓN
1.393 of 20.655
REPUTACIÓN
1.355
EVALUACIÓN MEDIA
4.80
CONTRIBUCIONES
28 Archivos
DESCARGAS
145
ALL TIME DESCARGAS
35311
CLASIFICACIÓN
14.586
of 163.661
CONTRIBUCIONES
0 Problemas
34 Soluciones
PUNTUACIÓN
360
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
29 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
32 Temas destacados
MEDIA DE ME GUSTA
8
Feeds
Publicado
Dark Theme for Plots and Apps
Guest Writer: Abby Skofield We're excited to welcome Abby Skofield back to the blog! Abby has been at the forefront of...
3 días hace

Publicado
Designing the New Figure Toolstrip Around User Experience
Guest Writer: Travis Roderick Travis joined MathWorks in 2013, bringing experience from previous roles in software...
10 días hace

Publicado
Introducing the Tabbed Figure Container
Guest Writer: Brian Knolhoff Brian is a software engineer on the Figure Infrastructure and Services team at MathWorks....
16 días hace

Change color of binscatter plot
binscatter uses a colormap to show densities. Setting binscatter to a single color would defeate the purpose of the function be...
20 días hace | 0
Colour background for polar axes
In MATLAB R2025a (and later), patch and surface objects are supported in polaraxes; so is dark theme. R2025a pax = polaraxes...
21 días hace | 0
Cannot close figure using CloseFunctionRequest
The CloseRequestFcn defines what to do when someone tries to close the figure. If you override the CloseRequestFcn then instead...
22 días hace | 0
| aceptada
sprintf vs. compose performance for large arrays on macOS
The execution below shows very different results than what's reported in the question. Note that I did some refactoring as to n...
23 días hace | 0
Dynamic filepath for sftp not allowed
The question is refering to the dir function for SFTP or FTP servers. https://www.mathworks.com/help/matlab/ref/matlab.io.sftp...
24 días hace | 1
| aceptada
Monitor Gamma Calibration (manual and grayscale)
I believe this describes your setup; please correct me if I'm wrong. You sent grayscale RGB values from MATLAB to your monito...
28 días hace | 0
| aceptada
Plans for supporting "imageshow" in uifigures & app builder?
imageshow can already be used in uifigures and apps. imageshow must be parented to a Viewer object and the Viewer object can be...
29 días hace | 0
| aceptada
Highlighted
Want insider info on R2025a graphics and app building features?
The Graphics and App Building Blog just launched its first article on R2025a features, authored by Chris Portal, the director of...
alrededor de 1 mes hace | 17
Plotting a vertical line using xline with a value
new_t_val is symbolic. As the error message indicates, xline expects to recieve numeric, datetime, categorical, or duration val...
alrededor de 1 mes hace | 0
| aceptada
Publicado
Introducing the New Graphics and App Building System in MATLAB R2025a
Guest Writer: Chris Portal Chris Portal serves as director of engineering for the MATLAB graphics and app building teams,...
alrededor de 1 mes hace

Differences between figure and uifigure (R2025a onward)
General purpose of uifigure and figure Figures created using the figure function are configured for data exploration and visual...
alrededor de 1 mes hace | 1
| aceptada
How do I dock figures next to the editor by default ?
Starting in MATLAB R2025a, figures created by the figure command appear by default in a figure containter. The set(groot,'Defa...
alrededor de 1 mes hace | 1
In App Designer is it possible to plot lines on top of UI components?
> In App Designer is it possible to plot lines on top of UI components? Lines can cross over text layers but other UI component...
alrededor de 1 mes hace | 0
| aceptada
Accessing Input Arguments in App Designer
> is this the correct way to access the input argument (outside of the startup function)? Yes. The Startup Tasks and Input ...
alrededor de 1 mes hace | 0
| aceptada
UI scaling changes from latest 2025a prerelease to official 2025a release
There's a known issue using Accessibility Text Scaling on Windows that affects UI Components in R2025a and some earlier releases...
alrededor de 1 mes hace | 0
Plot browser in R2025a?
Indeed the plot browser is gone in R2025a. However, many of the features that were in plot browser have moved to the Property I...
alrededor de 1 mes hace | 2
Publicado
Labeling Bars Made Easy
Guest Writer: Benjamin Kraus Ben has been a Software Engineer on the MATLAB Graphics and Charting Team since 2015....
alrededor de 2 meses hace

Why does this code run (20 to 100)% slower on R2025a compared to R2024b?
Hello @Mateusz, I ran your demo in R2024b and R2025a and can confirm a bit of a slowdown in 25a. Please contact tech support ...
alrededor de 2 meses hace | 1
Publicado
Making even prettier graphs
Guest Writer: Abby Skofield We're excited to welcome Abby Skofield back to the blog! Abby revisits the classic...
alrededor de 2 meses hace

How to change the size of bar in bar3 plot?
The problem is that bar3 does not have an input argument for x coordinates and there's no easy way to update the x coordinates o...
alrededor de 2 meses hace | 0
How can I pass an image to a figure ?
Use image and specify the x and y limits instead of using polyshape. % Generate a wood grain pattern (example) grain = rand(30...
2 meses hace | 1
| aceptada
How do I put more than one patternCustom plot into a figure when it seems like neither subplot or tiledlayout will work?
How do I put more than one patternCustom plot into a figure? This is tricky because patternCustom does not have a parent argume...
2 meses hace | 0
| aceptada
How can I draw a circular trend line in a heat map?
This solution plots a contour line that was computed at a specific level using smoothed data and is plotted on top of the origin...
2 meses hace | 0
Remove ".mlapp file has been modified outside of App Designer" prompt
As Cris mentioned above, your best bet to address this issue is by contacting tech support. It would be helpful to include the f...
2 meses hace | 0
I'm trying to bring m_gshhs_f(....) in front of my plot.
These files belong to a 3rd party toolbox which I found here: https://kml.deltares.nl/docs/OpenEarthHtmlDocs/blue/applications/m...
2 meses hace | 0
Add fixed colorbar to volshow
Showing a colorbar with volshow Adding a colorbar directly to the figure produced by volshow is not supported. Here's a workar...
2 meses hace | 2
| aceptada
undocking command window in new desktop
In the R2025a prerelease: Right-click the command window and select "Undoc Command Window" from the context menu. To dock ...
2 meses hace | 0