Published


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

1 year ago

Thumbnail

Discussion


A guide to themes for chart creators and app builders
This week's Graphics and App Building blog article guides chart authors and app builders through the process of designing for a ...

1 year ago | 1

Published


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

1 year ago

Thumbnail

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

1 year ago | 2

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 1

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

1 year ago | 1

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0

Discussion


Shedding some light on dark theme
Are you a dark mode enthusiast or are you curious about how it’s shaping MATLAB graphics? Check out the latest article in the MA...

1 year ago | 1

Published


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

1 year ago

Thumbnail

Discussion


MATLAB now generates code when you interact with figures
The new figure toolstrip in R2025a was designed from multiple feedback cycles with MATLAB users. See the latest article in the ...

1 year ago | 3

Published


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

1 year ago

Thumbnail

Discussion


MATLAB's new Figure Container
The MATLAB R2025a release gave figures a makeover. @Brian Knolhoff, a developer on the Figure Infrastructure and Services team,...

1 year ago | 4

Published


Introducing the Tabbed Figure Container
Guest Writer: Brian Knolhoff Brian is a software engineer on the Figure Infrastructure and Services team at MathWorks....

1 year ago

Thumbnail

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0

| accepted

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

1 year ago | 1

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

1 year ago | 1

| accepted

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

1 year ago | 0

| accepted

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

1 year ago | 0

| accepted

Discussion


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

1 year ago | 17

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

1 year ago | 0

| accepted

Published


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

1 year ago

Thumbnail

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

1 year ago | 1

| accepted

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

1 year ago | 1

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

1 year ago | 0

| accepted

Load more