photo

Jason


Last seen: etwa 4 Jahre vor Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

15 Fragen
9 Antworten

RANG
13.019
of 300.369

REPUTATION
2

BEITRÄGE
15 Fragen
9 Antworten

ANTWORTZUSTIMMUNG
80.0%

ERHALTENE STIMMEN
2

RANG
 of 20.936

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.436

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Can one use uigetfile or other dialog prompt to create a file if it doesn't exist?
Ah, life makes sense again. Thank you.

mehr als 7 Jahre vor | 0

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 13 Jahre vor | 4 Antworten | 1

4

Antworten

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

mehr als 13 Jahre vor | 0

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

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
Specify popup menu location on screen
How about another way to accomplish the same thing, with some sort of uicontrol?

fast 14 Jahre vor | 0

| akzeptiert

Frage


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

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Save and load all GUIDE GUI variables
Thanks everybody! Great advice.

fast 14 Jahre vor | 0

Frage


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

fast 14 Jahre vor | 4 Antworten | 0

4

Antworten

Beantwortet
Using uiimport and subsequent coded commands
Simple but effective. Thanks Lucas!

fast 14 Jahre vor | 0

Frage


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

fast 14 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


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

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Error using rmdir
Thanks everybody, the rehash suggestion appears to have done the trick.

fast 14 Jahre vor | 0

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

fast 14 Jahre vor | 0

Frage


Error using rmdir
Guys - I'm writing a GUI in which I create a directory with the following code: SessionName = get(handles.SessionName,'Stri...

fast 14 Jahre vor | 7 Antworten | 0

7

Antworten