提问


How to get list of tags to all components of a GUI?
For an existing complex GUI, I would like to know the tag for *every* component that it contains. I have tried the following, bu...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to change color of GUI window from Matlab command line
Let's say I have a Matlab program that generates a GUI to display some results, and I want to change the background color of the...

6 years 前 | 2 个回答 | 0

2

个回答

提问


How to change edge color of figure window?
I would like to set the color along the edge of a figure window to white, so that the edges disappear if my Windows desktop back...

6 years 前 | 2 个回答 | 0

2

个回答

提问


How to reference values in cell array containing matrices
I have a cell in which each element is a matrix. I would like to extract a vector containing all the matrices' entries for row 5...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Does a Matlab compiled program require Admin privileges to create folders under Documents folder?
I am trying to debug a remote installation of an exe that I created using the Matlab compiler. The exe works fine on my machine ...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Workaround for vidinput error: There is no enumerated value named ''
I have the Matlab Image Acquisition Toolbox which I am trying to use to communicate with a camera. When I use imaqtool to access...

6 years 前 | 0 个回答 | 0

0

个回答

已回答
Why does legacy code scale variables by 2^16?
Just to close this question out, based on all the comments and info at the links, it appears that the 2^16 factors are for <http...

7 years 前 | 0

| 已接受

提问


Why does legacy code scale variables by 2^16?
I am trying to understand some legacy Matlab code, and was puzzled to note that many variables are multiplied or divided by 2^16...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Why is this not recommended: fspecial('gaussian',hsize,sigma)
Matlab support said that the recommended replacement functions, "imgaussfilt" and "imgaussfilt3", are "generally faster and more...

7 years 前 | 0

| 已接受

提问


Why is this not recommended: fspecial('gaussian',hsize,sigma)
I have an N-D image with dimensions nRow x nCol x nChannel, where nChannel is 10. I would like to apply a Gaussian filter to eac...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Workaround for java error
Later we found two versions of java on my machine, 32 and 64 bit, so we deleted the 32 bit. That seemed to eliminate the error. ...

7 years 前 | 3

| 已接受

提问


Workaround for java error
I have a graphics intensive Matlab script that occasionally gives the error Exception in thread "AWT-EventQueue-0" javax.m...

7 years 前 | 2 个回答 | 1

2

个回答

提问


Find cell containing part of a string
I would like to find the elements of a cell array that contain *part* of a specified string. colorList = {'Red', 'Green', '...

7 years 前 | 3 个回答 | 0

3

个回答

提问


Why does bsxfun produce different result than brute force mean?
I would like to apply a 2D mask to a 3D matrix, then average the non-masked values. In the example below, the mean is calculated...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Workaround for external program crashing
I have a Matlab script that calls an external program someProgram as follows, eval(['!someProgram.exe ' arg1 ' ' arg2]) ...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How can I use tabs in legend text?
I was able to use <http://www.mathworks.com/matlabcentral/fileexchange/10536-detab--a-pedestrian-string-detabulator detab> as a ...

7 years 前 | 0

| 已接受

提问


How can I use tabs in legend text?
I would like to use tabs in the text of a legend, but can't figure out how. I tried doing using sprintf (below), but the tabs ar...

7 years 前 | 1 个回答 | 1

1

个回答

提问


How to avoid truncating my GUI window
I wrote a standalone executable of a GUI on machine #1 and it worked fine, but on machine #2 the GUI window appeared much larger...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How to filter objects based on size using"bwareafilt()" ?
It sounds like you do not have the Image Processing Toolbox, which includes the function bwareafilt.

7 years 前 | 0

提问


How can I get RGB color of a surface?
How can I retrieve the displayed RGB color value of a surface? The following code draws a "line" colored to indicating a chosen ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Difference between "files required for your application to run" and "files installed for your end user" in Compiler
I am using deploytool and the Application Compiler to make a standalone executable from a mfile. The mfile uses a dll library th...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Clearing legend in GUI plot
If you instead want to delete the legend from your GUI rather than hide it, legend(handles.axes1, 'off');

7 years 前 | 5

提问


Cursor location found much faster in mfile than in compiled exe. How to fix?
I have a mfile which finds the location of the user's cursor in an axis, and each identified location is the basis for calculati...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to reproduce Application Compiler with mcc?
I have used both the Application Compiler and mcc to make a standalone exe executable from a mfile. However the Application Comp...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
MCR compile dll for 32-bit application on a 64-bit windows 7 computer
You don't need to uninstall the 64 bit version. Just download and install R2015b (the last 32-bit version that Matlab released)....

7 years 前 | 0

提问


When printing mfile, how to change format (font, header)?
When debugging long mfiles, sometimes it is useful to print out a paper copy. However the font in the printout is pretty big and...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Do I need Matlab Compiler SDK to make exe files that must access an external dll?
I have an mfile that accesses a dll library. The dll was written outside of Matlab. I would like to generate an executable exe f...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Does an executable version of mfile use same memory as mfile?
If I have an mfile and an executable version of the same mfile that I build with <https://www.mathworks.com/products/compiler.ht...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Why do cameras update ROIPosition value to multiples of 4 or 8?
While troubleshooting the following warning during video collection with the Image Acquisition Toolbox, vid.ROIPosition = [...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How to tell what subfunction ran last in a GUI? For debugging.
I am testing a complex GUI written by someone else. If I push certain buttons in sequence a bug appears: instead of plotting a r...

7 years 前 | 1 个回答 | 0

1

个回答

加载更多