Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 4 años hace | 0

Pregunta


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

alrededor de 4 años hace | 3 respuestas | 1

3

respuestas

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 6 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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

casi 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 6 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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

alrededor de 6 años hace | 3 respuestas | 1

3

respuestas

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 7 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Cargar más