Community Profile

photo

Otis


Johns Hopkins University Applied Physics Lab

Last seen: oltre un anno fa Attivo dal 2011

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 3
  • First Review
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


How does a line plot handle data larger than the axes size?
If I plot a time series with 27,000 samples in an axes that is 900 pixels wide (i.e. the x-axis). how does the plot function fit...

oltre un anno fa | 1 risposta | 1

1

risposta

Domanda


How to find parent uifigure for a child several layers down
I want to call uiconfirm from a uilistbox's ValueChangedFcn. uiconfirm requires a uifigure as its first argument, but the uilis...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


Which MATLAB GUI framework to use?
I posted a “how should I go forward” question on the discussion tab for the GUI Layout Toolbox. It was suggested that I post th...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


GUI Layout Toolbox Add on won't install
I just came across the GUI Layout Toolbox add on. I would like to try it out. Unfortunately everytime I try to add it, I get a...

quasi 2 anni fa | 0 risposte | 0

0

risposte

Domanda


Profile viewer interface question regarding different runtimes quoted
I ran a pretty big program (lots of files/functions) with the profiler turned on. On the profile viewer main page it claims tha...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Mouse zoom box collapses to zero width
I've noticed that when I'm using the mouse to zoom into an smaller area on a plot, when the width of the zoom box narrows to a c...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Output of histfit without the plot
Is there a way to get the fitted curve generated by histfit without it being plotted? I want the curve it generates, but I don'...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


"MCC does not permit KEYBOARD function"
"MCC does not permit KEYBOARD function" ... This is the error message I see in the Matlab editor for a keyboard statement. I ca...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I stop the editor from automatically creating a file that doesn't exist?
After typing edit someFile.m I inadvertently clicked "OK" in the dialog that said that the "file doesn't exist do you want to...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to fill contours in a contour matrix
Yeah, I know, I could use contourf, but I want to draw the contours generated by contourc on another plot. What I need help wit...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Building mym on 64-bit Windows 7
Has anyone been able to get mym ( <http://sourceforge.net/projects/mym/> ) to build on a 64-bit Win7 machine? And if so would ...

circa 12 anni fa | 3 risposte | 1

3

risposte

Domanda


handles not a struct in figure_OutputFcn
Whenever I uncomment the call to uiwait in a figure's OpeningFcn, the one GUIDE generates, I always get an error message in the ...

circa 12 anni fa | 0 risposte | 1

0

risposte

Risposto
GUI help
"get(handles.Red_Temp, 'string')" will return a string. If you expect that string to be a number, e.g. '370', then use the func...

circa 12 anni fa | 0

Domanda


Understanding object deletion for user defined classes
I'm sorry for such a broad question but I'm having trouble finding a decent explanation of how objects are deleted or what happe...

circa 12 anni fa | 1 risposta | 1

1

risposta

Domanda


How to stop interrupted callback from resuming
Hi everyone, I making a little movie playing utility. I have play forwards, play backwards and pause buttons on a uibuttong...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Can you pause/stop/... movie() (without using implay)
I want to be able to pause, to stop, to backup, etc. a movie which will be loaded from a *.avi file. Yes, I know implay does al...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Accessing handle graphics from within Fortran mexfunction
Can you access Matlab's handle graphics from within a Fortran mexFunction? I see that there are mexSet and mexGet functions; ho...

oltre 12 anni fa | 2 risposte | 0

2

risposte