Clear Filters
Clear Filters

Do graphs work in Custom Components?

3 views (last 30 days)
Ken
Ken on 24 Jan 2024
Answered: Taylor on 26 Aug 2024
I built a custom component (first time I've tried this) containing two Axes objects as well as some text fields. Here's a picture. I've been having some problems.
1. These graphs appear one size in the editor, and larger when an instance of my component is inserted into my app. (Compare the relative size of the graph to the text fields, in the picture above in the picture below.)
2. Some fraction of the time, when I run the app, the Axes objects don't appear at all, although the other parts of the custom component do.
Is this a known bug? Is this usage of Axes objects a hopeless mess? Or is there some way I can tweak it to get around this problem.
Component embedded in app:
App running:

Answers (1)

Taylor
Taylor on 26 Aug 2024
Yes, graphs work in custom components. Are you using an "axes" object or a "uiaxes" object in the component? Sharing the code for your custom component and app would help a lot.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!