Feeds
回答済み
Can one use uigetfile or other dialog prompt to create a file if it doesn't exist?
Ah, life makes sense again. Thank you.
Can one use uigetfile or other dialog prompt to create a file if it doesn't exist?
Ah, life makes sense again. Thank you.
7年弱 前 | 0
質問
Can one use uigetfile or other dialog prompt to create a file if it doesn't exist?
I'm coding a "Save As..." option in a GUI, and I'd like for the user to browse to a folder to save a .mat file of relevant varia...
7年弱 前 | 2 件の回答 | 0
2
回答質問
Can the output of 'whos' operating on a workspace be duplicated for a structure array?
Hi guys - I wrote a loop using 'whos' to filter out GUI figure elements when saving workspace variables so I'm not saving a ...
7年弱 前 | 1 件の回答 | 0
1
回答質問
How to pass a function workspace into a guidata handles structure in a GUI
Hi guys, I have a function called within a GUI structure callback built with GUIDE that produces a significant number of variabl...
約7年 前 | 1 件の回答 | 1
1
回答質問
Temporal waveform reconstruction from spectral magnitude only
I have spectral data that represents magnitude in frequency space. I'd like to convert this data into the time domain to produce...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How to use 'dir' to list files in another directory with a string
Guys - I have a variable that is a string describing a path (x = \\drive\folder1\folder2). How can I use 'dir' to create a l...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Trouble loading GUI variables into handles
Guys - This one's driving me nuts. I want to save the state of my GUI with many pushbuttons and text windows so that when I ...
13年弱 前 | 2 件の回答 | 0
2
回答回答済み
Avoid colorbar resizing image
For clarification, here is the code loop I use to generate i figures of 2 plots each: for i = 1:plotPCnum I = nu...
Avoid colorbar resizing image
For clarification, here is the code loop I use to generate i figures of 2 plots each: for i = 1:plotPCnum I = nu...
13年弱 前 | 0
質問
Mysterious GUI error messages
All you GUI experts - I have built a GUI using GUIDE to perform all the function layouts (it's all buttons and text entry wi...
13年弱 前 | 3 件の回答 | 0
3
回答質問
Avoid colorbar resizing image
Hi guys - How can I prevent an image from being resized when a colorbar is introduced? I am plotting two plots side by side,...
13年弱 前 | 4 件の回答 | 1
4
回答回答済み
Plot title being placed and then erased, and subplots different sizes
Sorry Tom, that didn't work. As soon as subplot(1,2,1) is called, the firgure title disappears.
Plot title being placed and then erased, and subplots different sizes
Sorry Tom, that didn't work. As soon as subplot(1,2,1) is called, the firgure title disappears.
13年弱 前 | 0
回答済み
Plot title being placed and then erased, and subplots different sizes
To clarify a bit I would like titlestr to be the plot title that is centered above the subplots and their titles.
Plot title being placed and then erased, and subplots different sizes
To clarify a bit I would like titlestr to be the plot title that is centered above the subplots and their titles.
13年弱 前 | 0
質問
Plot title being placed and then erased, and subplots different sizes
Hey folks - This one's a problem with a loop I wrote to plot a handful of figures, each with two subplots, and I can't seem ...
13年弱 前 | 3 件の回答 | 0
3
回答回答済み
Specify popup menu location on screen
How about another way to accomplish the same thing, with some sort of uicontrol?
Specify popup menu location on screen
How about another way to accomplish the same thing, with some sort of uicontrol?
約13年 前 | 0
| 採用済み
質問
Specify popup menu location on screen
OK, I know this is an easy one, but I can't seem to get the syntax right. I have a line of code in which a popup menu appears to...
約13年 前 | 2 件の回答 | 0
2
回答質問
Plot an array greyscale but certain pixels marked in red
I have an MxN array of integers that makes an image that can be plotted with imagesc. I'd like to plot the whole image with grey...
約13年 前 | 1 件の回答 | 0
1
回答質問
Save and load all GUIDE GUI variables
Guys - I built a GUI in GUIDE that's basically a bunch of text edit windows and pushbuttons to call different operations. I'...
約13年 前 | 4 件の回答 | 0
4
回答質問
Using uiimport and subsequent coded commands
Hi guys - I call uiimport in a GUI to import data, and in the GUI after that call I have some commands that operate on data ...
約13年 前 | 4 件の回答 | 0
4
回答質問
Save base workspace MAT file from GUI
Guys - I'm writing a GUI in which I'd like to put a pushbutton to save the entire base workspace to a .mat file. Problem is ...
約13年 前 | 2 件の回答 | 0
2
回答回答済み
Error using rmdir
Thanks everybody, the rehash suggestion appears to have done the trick.
Error using rmdir
Thanks everybody, the rehash suggestion appears to have done the trick.
13年以上 前 | 0
回答済み
Error using rmdir
Well, in my code I call rmdir first, then mkdir immediately after that. mkdir reports an error because the directory does alread...
Error using rmdir
Well, in my code I call rmdir first, then mkdir immediately after that. mkdir reports an error because the directory does alread...
13年以上 前 | 0
質問
Error using rmdir
Guys - I'm writing a GUI in which I create a directory with the following code: SessionName = get(handles.SessionName,'Stri...
13年以上 前 | 7 件の回答 | 0