質問


Button Colors and Shapes in GUIDE
Hello, I know that AppDesigner is preferred gui development environment, but there are many features (e.g., print) that my clie...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Reverse Slider Order -- App Designer
Hello, I have seen several questions about reversing the order in a slider. The recent questions have not been answered. In 2...

4年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Compiled version not working because of path
Thank you for all the help! I actually found out that restoredefaultpath() was needed to clear up the mess! I've learned a lot...

約4年 前 | 0

質問


Compiled version not working because of path
Hello, I have compiled similar programs successfully with earlier versions (e.g. 2017a), but now in 2019b have this issue. Get...

約4年 前 | 3 件の回答 | 1

3

回答

質問


Error in resizing GUIDE gui
Hello, I am using GUIDE, and now am getting this error in modifying a GUIDE gui. The gui works, but not sure what's going on h...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Showing more than one image in a GUIDE gui
Hello. I have a GUIDE gui that worked fine for a while, until I try to put a new image in axes for a logo. % Plot the back...

約4年 前 | 2 件の回答 | 0

2

回答

質問


Border type for uipanel in App Designer -- why only line or none??
Hello, I am new to App Designer, used to use GUIDE. In designing an application (to look good) with GUIDE, I put a couple of u...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


Processing Multiple Linear Trends in a Data Set
Hello, I am analyzing a signal with Wavelet Transform Maximum Modulus, and have the following output: Visually, I can "conne...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


Change "Items" in a Discrete Knob with another knob
Hi, I have a test App in App Designer, with 2 Discrete knobs, Knob and Knob2. I want to change the settings ("Items") on "Knob...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Always prepend "app" to shared variable in App Designer?
Hello, I have set a variable in "Properties" to share it between functions. Works fine, but I get a zillion warnings. I have ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Migrated GUIDE to App Designer -- App partially off screen
Hello, Just started using App Designer after years with GUIDE. Succesfully migrated a small test program, but when run, it sta...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Hints on Creating a demo for clients
Hello, I have a MATLAB application that works with the Compiler. Do people have hints as to how to develop a demo version (lim...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


MCR Windows 10 issues
I am using the following for code developed for a client: MATLAB Version 9.2 ...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


Detect lines in scatter plot
Hello, I have, as an example, the following data plot: The Y data are in integer increments, so the "lines" of data horizont...

約5年 前 | 0 件の回答 | 0

0

回答

質問


Resources/Suggestions for dealing with small slightly irregular arrays. Cell Array? (Edited)
Hello, I would like some suggestions on how to deal with (numbering, calculating, etc.) small arrays (such as 4 x 20) that will...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


Draw an array of colored circles (i.e, "rectangles")
Hello! I would like to know if there is a simpler way to draw an array of colored circles. I have been using rectangles that h...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


End Guide GUI with Enter Button
Hello! I have a simple GUIDE GUI that has four edit boxes to gather information, and a "Done" button at the bottom. I use ui...

6年弱 前 | 1 件の回答 | 1

1

回答

質問


What to use instead of horzcat for N-D Arrays?
Hello. I have a 3D array (let's say 3 x 4 x 100, call it AA) and want to add zeros to the end of the long dimension (let's sa...

6年弱 前 | 2 件の回答 | 0

2

回答

質問


Wildcard or multiple conditions on switch/case?
Hello, Is there a way to deal with multiple conditions in switch/case? For example (this is just example): * Meat could b...

6年弱 前 | 2 件の回答 | 1

2

回答

質問


Bed of Nails from vectors - inverse of find()?
Hello, I would like to do the following: X = zeros(N,M); % Say N = 50, M = 100 Then have N sets of indices, one for e...

約6年 前 | 3 件の回答 | 1

3

回答

質問


Variable loop depth - Make into Matrix?
Hello, I have a situation where I am trying to make a comb function for each of a series of variables. The code I have thus ...

約6年 前 | 0 件の回答 | 0

0

回答

質問


Modify multiple GUIDE Tags in code
Hello, I would like to modify 18 GUIDE edit text boxes. The default names are edit1, edit2, edit3... Is there a way to acce...

約6年 前 | 0 件の回答 | 0

0

回答

質問


Suppress Comment Block Printing
I am writing code that has large blocks of comments, which I suppress with %{ and %} pairs, and then collapse them while working...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


"time" series segmentation
Hello, Wondering if there is a method to segment a data sequence like the attached figure. There should be zone boundaries a...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


Split array into separate arrays at row with NaNs
Hello, Probably a simple problem? I have been sent some data in an Excel file that has several sets of data on one sheet. Th...

7年弱 前 | 1 件の回答 | 1

1

回答

質問


Plot labeled points on a grid
Hello! I have written a kludgy routine to plot a rectangular array of points, number them, and delete individual ones using g...

約7年 前 | 0 件の回答 | 0

0

回答

質問


Changing the appearance of buttons in GUIDE -- Revisited
Last August, Matt asked " _I've been looking through the property inspector in GUIDE to change the colour of some buttons, the d...

約7年 前 | 0 件の回答 | 0

0

回答

質問


Shaded Background i gui
Hello, Is there any (fairly simple) way to make a gradient background in a gui, just to make it look better? Something like ...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Reliable way to count executions of a program
Is there a "simple", reliable way to count how many times a program is run (let's say licensed to a client for 100 runs)? I'm t...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Access the name of a ui in the code -- Simple question?
Hello! This may be obvious, but I am writing GUIDE code for a gui, and want to access the name of the ui within the code (for...

7年以上 前 | 1 件の回答 | 0

1

回答

さらに読み込む