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
Statistik
28 Dateien
Cody0 Probleme
34 Lösungen
37 Beiträge
Highlights32 Highlights
RANG
18
of 300.697
REPUTATION
14.374
BEITRÄGE
10 Fragen
3.765 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
2.380
RANG
1.352 of 21.043
REPUTATION
1.411
DURCHSCHNITTLICHE BEWERTUNG
4.80
BEITRÄGE
28 Dateien
DOWNLOADS
130
ALL TIME DOWNLOADS
35828
BEITRÄGE
37 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
32 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
8
Feeds
How to save a figure that is larger then the screen?
Starting in R2025a, exportgraphics has options to specify the size of the exported figure. These features are exported in detai...
etwa 23 Stunden vor | 0
Veröffentlicht
Advanced Control of Size and Layout of Exported Graphics
Guest Writer: Leia Rich Leia is a software engineer on the MATLAB Charting Team. She first joined MathWorks as...
etwa 23 Stunden vor
Veröffentlicht
Data Exploration Using Sparklines and Summary Statistics in Live Scripts
Did you know you can explore visualizations and basic statistics of tabular data directly within a live script without...
27 Tage vor
Exporting an app to PDF from standalone app
I see you are using R2025a -- thanks for including that info on the right. Be on the lookout for Update #2, available soon. ...
etwa ein Monat vor | 0
Veröffentlicht
WebGL: MATLAB’s New Graphics Rendering System
Guest Writer: Maddie Moon Maddie first worked with the Graphics and App Building team during her Engineering Development...
etwa 2 Monate vor
Turn off UIFigure visibility during unit test
Interaction tests using press, drag, etc, require figure visibility to be on in the App Testing Framework. Make sure you're n...
etwa 2 Monate vor | 0
| akzeptiert
how can I make a colored 2D-surface in a polar plot? I want to give some labels to this polar... It is possible?
Starting in R2025a, polar axes support patch and surface objects. Here's @Joseph Cheng's example applied to polar axes. Ther...
2 Monate vor | 0
How can I fill with color a odd flower in a cartesian o polar coordinates?
Starting in R2025a, polar axes support patch and surface objects. Here's @bio lim's example applied to polar axes. There's m...
2 Monate vor | 0
Veröffentlicht
Polar plots with patches and surfaces – R2025a
Guest Writer: Grant Marshall Grant is a software engineer on the MATLAB Graphics & Charting Team. He first joined...
2 Monate vor
Veröffentlicht
Goodbye GUIDE, Hello App Designer: Evolving Your MATLAB Apps
Guest Writer: Sonia Sethi Sonia is a product marketer with the MATLAB Outbound Team, focused on developing technical...
3 Monate vor
Veröffentlicht
Bridging the Gap in App Building: From uicontrol to UI Components
Guest Writer: Jasmine PoppickJasmine works in documentation at MathWorks, both as a writer for the App Building area and as...
4 Monate vor
Veröffentlicht
Creating a Flight Tracking Dashboard, Part 3: Using Modular Application Development Principles to Assemble the Dashboard
Are you ready to take your app building skills to the next level? This article walks through an advanced workflow for...
4 Monate vor
Veröffentlicht
A Guide to Themes for Chart Creators and App Builders
The long-awaited dark theme is now available in MATLAB R2025a. This article serves as a guide for designing charts and...
5 Monate vor
Is there such a thing as MATLAB Markdown
In addition to recommendations to use a Live Script, starting in R2025a the MATLAB editor supports Markdown notation in addition...
5 Monate vor | 2
How to set figure size in 2025a
Thanks for mentioning this. It's being looked into. In the meantime, exportgraphics and copygraphics have new (R2025a) prope...
5 Monate vor | 0
How to create an embedded progress bar in app designer, Matlab R2019a?
Here's a step by step guide to creating an embedded progress bar https://www.mathworks.com/matlabcentral/answers/750314-progres...
5 Monate vor | 0
fill area between two polar curves
@Star Strider asked, "Note to MathWorks: Can we have a patch for polar coordinate systems when you have time to implement it?" ...
5 Monate vor | 1
Changing GUI figure icon
The Icon property has been available in a uifigure since since R2020b and it became available in regular figures in R2025a. f...
5 Monate vor | 1
Matlab mlapp gui auto minimises once folder selected using uigetdir() command is there any way to resotre main gui once folder selection done.
This has been fixed in R2025a. Focus now returns to the app that called uigetdir after the dialog is closed. The fix is also av...
5 Monate vor | 0
How do I control where focus goes after uigetfile dialog is dismissed
This has been fixed in R2025a. Focus now returns to the app that called uigetfile or uisetcolor after the dialog is closed. The...
5 Monate vor | 0
Uigetfile will make app be behind another windows.
Thanks for reporting the problem. This has been fixed in R2025a. Focus now returns to the app that called uigetfile after t...
5 Monate vor | 0
Veröffentlicht
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...
5 Monate vor
Veröffentlicht
Designing the New Figure Toolstrip Around User Experience
Guest Writer: Travis Roderick Travis joined MathWorks in 2013, bringing experience from previous roles in software...
5 Monate vor
Veröffentlicht
Introducing the Tabbed Figure Container
Guest Writer: Brian Knolhoff Brian is a software engineer on the Figure Infrastructure and Services team at MathWorks....
6 Monate vor
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...
6 Monate vor | 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...
6 Monate vor | 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...
6 Monate vor | 0
| akzeptiert
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...
6 Monate vor | 1
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...
6 Monate vor | 1
| akzeptiert
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...
6 Monate vor | 0
| akzeptiert











