Community Profile

photo

Melissa Williams

MathWorks

Last seen: 9 jours il y a Actif depuis 2016

Followers: 0   Following: 0

Statistiques

All
  • Knowledgeable Level 3
  • 3 Month Streak
  • Solver
  • Knowledgeable Level 2
  • Revival Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
App Designer: How to autoresize children in 2-panel reflow option
Hi, The auto-resize children property behavior varies based on components and the app layout. Every effort is made to retain r...

environ 4 ans il y a | 0

A répondu
App Designer's editor is slow and gets stuck alot
MATLAB R2020a, available now, has some great performance improvements to the App Designer coding experience. Check them out in ...

environ 4 ans il y a | 3

A répondu
App Designer extremely slow to save and run
MATLAB R2020a, available today, has some great performance improvements to the App Designer coding experience. Check them out i...

environ 4 ans il y a | 2

A répondu
App Designer: I identified my variables in one function, but it is not carrying over to the next function, so it informs me that my Variable (specifically P1) is undefined.
Hi, To make your variables accessible to all functions you need to make them an app property. To do this, in Code View, on the...

plus de 4 ans il y a | 4

A répondu
Changing the resizing panel when working with APP Designer Auto-Reflow template
Hi, Yes it's possible to alter the template. See this post for detailed instructions. https://www.mathworks.com/matlabcentral...

plus de 4 ans il y a | 0

A répondu
Livescript is always loading macOS Catalina update Version 10.15
Live Scripts are not supported in Catalina, but upgrading to R2019b will resolve the issue. The same is true with Help Browser....

plus de 4 ans il y a | 1

A répondu
App Designer Reflow of Items within Tabs
You can implement the reflow yourself by adding a 1 row, 2 column grid to the tabs and adding your panels to each grid cell. Th...

plus de 4 ans il y a | 1

A répondu
Can I change the font size in the App Designer editor?
Yes! As of R2019a you can control the font size of the App Designer editor from the preferences panel. mathworks.com/help/matl...

plus de 4 ans il y a | 0

A répondu
How do I retain the old GUIDE slider control in AppDesigner?
Would a spinner work for your use case? If you require both discrete ticks like the GUIDE slider and continuous slider ability y...

presque 5 ans il y a | 1

A répondu
Can I make a professional software using GUI? Or there are other ways to develop a software for PC using matlab?
If you are using R2019a, App Designer offers multiple new features that may be of interest to you 2 and 3 column automatically ...

presque 5 ans il y a | 0

A répondu
how to add a photo in the background of an app in appdesigner
You can put an axes as the background for your app and add a startup function to populate it with your image file. function sta...

presque 5 ans il y a | 0

A répondu
how to add a photo in the background of an app in appdesigner
Hello, The image component is available in App Designer as of MATLAB R2019a. -Melissa

presque 5 ans il y a | 0

| A accepté

A répondu
In appdesigner, is there any way to control which panels change size under auto-reflow?
Hi Kevn, You're right, this is not curently user configurable in the design environment. If you wanted to "override" the gener...

presque 5 ans il y a | 5

| A accepté

A répondu
App Designer extremely slow to save and run
Hi Joseph, Would you be willing to reach out to tech support and send us a copy of your app and let us know which version of MA...

plus de 5 ans il y a | 0

A répondu
paste is disabled in the app designer
Hi everyone, If you are experiencing issues pasting, could you contact MATLAB tech support and let us know what OS and version ...

plus de 5 ans il y a | 0

A répondu
App Designer creates components every time I open the project
Hi Pedro, Please contact MathWorks tech support and if possible include your app. I believe someone may be able to help repair...

plus de 5 ans il y a | 0

A répondu
TUTORIAL: how to ask a question (on Answers) and get a fast answer
The new MATLAB Answers Rich Text editor allows you to simply format your code and text without the need for markup insert imag...

plus de 5 ans il y a | 0

A répondu
App Designer - Screen resolution
Hi Gabriela, Starting in R2018b, you can turn Scrollable on the UIFigure and you should be all set, no need to calculate screen...

plus de 5 ans il y a | 0

A répondu
This app was created in a newer version of App Designer and cannot be opened for editing
There was a change made between 17b and 18a to the way App Designer saves an app. Your friend on the newer release can go to ...

plus de 5 ans il y a | 1

| A accepté

A répondu
AppDesigner issues: reordering and undeleting callbacks, turning off Code Analyzer markup
Hi everyone, The R2019a pre-release is live as of today. If you have access to it, you can try out: reordering your callback...

plus de 5 ans il y a | 4

A répondu
How do I use tooltip string in app designer
In 18b App Designer, you can use the Property Inspector from code or design view to add tooltips to your components - the code w...

plus de 5 ans il y a | 1

A répondu
How to open app2 within app1? (app designer or guide)
Hi Allison, The following example should get you started. <https://www.mathworks.com/examples/matlab/mw/matlab-ex97444918-mul...

plus de 5 ans il y a | 0

| A accepté

A répondu
AppDesigner: Deleting CallBackFunctions
Hi, Selecting 'No Callback' in the button properties "disconnects" the button and the callback but does not delete the callback...

plus de 5 ans il y a | 6

| A accepté

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

presque 6 ans il y a

A répondu
Why I am I not able to edit appdesigner in Ubuntu?
Questions like this are best handled through our Help Support system. Please open a request with them so that they can collect t...

presque 6 ans il y a | 0

A répondu
How to invoke a selection change in a toggle button group if relevant conditions are met in another function?
When you set the property of the slave group, you can also manually run it's callback function, something like: app.onB...

environ 6 ans il y a | 1

A répondu
Combine a number of .mlapp files into a single .mlapp file
You can create a 4th App Designer app with 3 buttons on it and then write the callback for each to launch the specific individua...

environ 6 ans il y a | 1

A répondu
AppDesigner issues: reordering and undeleting callbacks, turning off Code Analyzer markup
Regarding the undoing of deleting a callback, it is undoable. You can either use keyboard shortcut ctrl+z (Be sure to click on t...

environ 6 ans il y a | 0

| A accepté

A répondu
paste is disabled in the app designer
Hi Scott, App Designer has two different clipboards, one for actions completed in the design area and one for text edits. If...

environ 6 ans il y a | 0

A répondu
How can i call up a function in app designer?
If I understand your question correctly, you want to have all your code in the app, without the need for separate files? Yes thi...

environ 6 ans il y a | 4

| A accepté

Charger plus