回答済み
How can set colormap for below matirx?
Amir, Look into "caxis" and "colormap" functions. Basically, to manipulate the color map (so that it highlights different pixe...

5年以上 前 | 0

質問


Problem with "dirty" GUI configuration
Folks, I have developed a large GUI project using GUIDE. It is too large to convert to the new App Developer method of develop...

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

1

回答

回答済み
How do I use pipes with a system() call using ssh? Parsing issue?
Folks, I figured out my issue. This works. system('ssh user@domain "/bin/ps -afe | /bin/grep SearchString | /bin/awk ''{print...

5年以上 前 | 1

| 採用済み

質問


How do I use pipes with a system() call using ssh? Parsing issue?
Folks, I am having difficulty, I believe with parsing, of a string that I am using to make a system call on my Windows 10 syste...

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

2

回答

質問


Launching a thread that effectively pushes a button in your GUI periodically
Folks, I am an experienced GUIDE user. But I am still a beginner in manual GUI design. I am trying to implement a callback th...

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

1

回答

質問


What does @(x,y)myFunction mean?
Folks, Could someone please point me to documentation that explains what the "@(x,y)" means in the below code? @(x,y)disp('Hel...

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

1

回答

質問


Why does "Auto Width" feature not adapt to table axes size in GUIDE?
Folks, I'm trying to understand why in GUIDE, when I insert a table element, in the "Table Property Editor", the "Auto Width" f...

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

2

回答

回答済み
'parpool' fails in deployed application
Hi Kevin, So I've looked more carefully at this and created a simple example to demo the problem. Just create a script "testAp...

6年弱 前 | 0

回答済み
'parpool' fails in deployed application
Folks, It would be great if this answer could be improved. I am having this issue now I believe, but I do not understand what ...

6年弱 前 | 0

回答済み
How do I prevent all my axes colormaps in a figure from being updated at once?
So if I step through, this clearly does not work in one of my guide-generated GUI callbacks: axes(handles.axes4); imagesc(data...

6年弱 前 | 0

質問


How do I prevent all my axes colormaps in a figure from being updated at once?
Folks, I have a single GUI with several axes. When I set the current axes to axes 1, and I change the colormap with "colormap(...

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

2

回答

質問


Why does it take so long for Application Compiled exe to execute?
Folks, I have a Matlab GUI made with GUIDE that takes ~50 times longer to launch when I run the *.exe file directly from the "f...

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

1

回答

回答済み
Using Tab Order Editor, it is slow and time consuming process
I'm confident you are not doing anything wrong, and that this rather a Matlab nice-to-have. I too find it terribly frustrating ...

6年以上 前 | 0