Otis
Johns Hopkins University Applied Physics Lab
Followers: 0 Following: 0
Statistics
RANK
10,004
of 295,467
REPUTATION
4
CONTRIBUTIONS
16 Questions
1 Answer
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
4
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
2 years ago | 1 answer | 1
1
answerQuestion
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...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 2 answers | 0
2
answersQuestion
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...
2 years ago | 0 answers | 0
0
answersQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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'...
4 years ago | 2 answers | 0
2
answersQuestion
"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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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 ...
12 years ago | 3 answers | 1
3
answersQuestion
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 ...
12 years ago | 0 answers | 1
0
answersGUI 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...
12 years ago | 0
Question
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...
12 years ago | 1 answer | 1
1
answerQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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...
13 years ago | 2 answers | 0