photo

Adam Danz

MathWorks

Last seen: Today Aktiv seit 2014

Followers: 36   Following: 28

Nachricht

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.

Pronouns:
He/him

Statistik

All
MATLAB Answers

10 Fragen
3.765 Antworten

File Exchange

28 Dateien

Cody

0 Probleme
34 Lösungen

Blogs

39 Beiträge

Discussions

53 Discussions

RANG
18
of 300.871

REPUTATION
14.378

BEITRÄGE
10 Fragen
3.765 Antworten

ANTWORTZUSTIMMUNG
80.0%

ERHALTENE STIMMEN
2.382

RANG
1.349 of 21.100

REPUTATION
1.417

DURCHSCHNITTLICHE BEWERTUNG
4.80

BEITRÄGE
28 Dateien

DOWNLOADS
76

ALL TIME DOWNLOADS
35886

RANG
15.624
of 171.460

BEITRÄGE
0 Probleme
34 Lösungen

PUNKTESTAND
360

ANZAHL DER ABZEICHEN
1

BEITRÄGE
39 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
53 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES
6

  • MATLAB Flipbook Mini Hack Participant
  • MATLAB Mini Hack 2022 Participant
  • Editor's pick for Answers
  • Knowledgeable Level 5
  • Solver
  • Personal Best Downloads Level 4
  • Explorer
  • Most Accepted 2021
  • MATLAB Mini Hack Participant
  • Revival Level 4
  • 36 Month Streak
  • Master

Abzeichen anzeigen

Feeds

Beantwortet
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 ein Monat vor | 0

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

2 Monate vor | 0

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

3 Monate vor | 0

| akzeptiert

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

4 Monate vor | 0

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

4 Monate vor | 0

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

6 Monate vor | 2

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

6 Monate vor | 0

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

6 Monate vor | 0

Beantwortet
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?" ...

6 Monate vor | 1

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

6 Monate vor | 1

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

6 Monate vor | 0

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

6 Monate vor | 0

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

6 Monate vor | 0

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

7 Monate vor | 0

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

7 Monate vor | 0

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

7 Monate vor | 0

| akzeptiert

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

7 Monate vor | 1

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

7 Monate vor | 1

| akzeptiert

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

7 Monate vor | 0

| akzeptiert

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

7 Monate vor | 0

| akzeptiert

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

7 Monate vor | 0

| akzeptiert

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

7 Monate vor | 1

| akzeptiert

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

8 Monate vor | 1

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

8 Monate vor | 0

| akzeptiert

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

8 Monate vor | 0

| akzeptiert

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

8 Monate vor | 0

| akzeptiert

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

8 Monate vor | 8

| akzeptiert

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

8 Monate vor | 1

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

8 Monate vor | 0

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

8 Monate vor | 1

| akzeptiert

Mehr laden