質問


Guidance on Closing a "GUIDE" Gui
Hello! I have been trying to cleanly exit a GUIDE gui, and am a bit confused as to the proper sequence. The OpeningFcn is st...

8年以上 前 | 1 件の回答 | 1

1

回答

質問


Saving .mat file in folder created by Matlab Compiler Runtime
Hello. One of my users would like a configuration file (a .mat file) to be saved in one of the subfolders (Windows) created w...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


GUIDE program debugging question (using "keyboard")
Hello, I have a large gui program developed using GUIDE, consisting of several functions, and am having a problem. I put a "...

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

0

回答

質問


How to control the significant digits in an xlswrite
Hello! I got some very good answers to a previous post about Excel xlswrite and the MATLAB COM API, controlling the number of...

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

1

回答

質問


Report Generator Tutorial w/examples for DOM API? Manual is WAY too cryptic.
Hello! I am packaging a product (using the Compiler) for a client. It's great using MATLAB for the GUI and to do the calcula...

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

1

回答

質問


Efficient way to find closest spacing of a "comb" array
Hello! I found that the most inefficient part of some code is a nested loop that is not vectorized; I'm not sure how to vecto...

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

2

回答

質問


Delete Rows of an Array where a given column is less (or greater) than a given value
Hello! With an array like this: A= 4 2 3 1 6 5 1 2 9 5 2 ...

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

1

回答

質問


Opposite of repmat() ? Collapse an array with repetitions
Hello! I have an array (3 by X by Y) that is like this that I would like to collapse: 6 2 1 6 2 1 6 2 1 (let's ...

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

2

回答

質問


Control Intensity of grid() in contour plot?
Hello, I have a gui with several contour plots that use the lbmap colormap ('BrownBlue'), and it looks great. However, the g...

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

0

回答

回答済み
Remove path from file name
Ah, Perfect!!!! Thank you, Chad.

9年以上 前 | 0

質問


Remove path from file name
Hello! There's probably a simple tool for this, but I can't find it: Have a string for a file name that includes the full ...

9年以上 前 | 3 件の回答 | 1

3

回答

質問


Compiled GUIDE Gui Error (Line 42) when closing program
Hello! Compiled gui works, but when program is closed, an error always pops up: "H must be the handle to a figure or a figure...

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

0

回答

質問


Error "H must be the handle to a figure or figure descendent" on deployed code but not on host machine.
Hello! I have a gui program that works on my machine (64 bit) and compiled for a client's machine (also 64 bit). The client ...

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

0

回答

質問


New Version Matlab means Users Need New MCR?
Hello! I am developing code for clients that don't have MATLAB, so I use the Application Compiler under the APPS tab. When I...

9年以上 前 | 1 件の回答 | 1

1

回答

質問


Matlab compiler: "Could not source the install agent"
Hello, I have 2014a, just got the Compiler (ver 5.1), and developed a package with runtime downloaded from web for a client w...

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

0

回答

回答済み
Failed to embed unzip in your application
Hello, I have 2014a, just got the Compiler (ver 5.1), and developed a package with runtime downloaded from web for a client w...

9年以上 前 | 0

質問


How to pick an integer in a box using up and down arrows in a gui
Hello, I would like to be able to choose, in a gui, a number from, say, 1 to 10. Listbox shows them all, which I don't want,...

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

2

回答

質問


Comment out "eventdata" with "~" in GUI
guide suggests replacing "eventdata" in callbacks with "~"; is this wise? If I don't do it, M-lint will always show orange! ...

10年以上 前 | 2 件の回答 | 0

2

回答