Statistics
RANK
8.121
of 295.467
REPUTATION
5
CONTRIBUTIONS
16 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
5
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
regexp: \w* vs \w+
Given: t = " the cat"; pStar = "\w*"; pPlus = "\w+"; regexp(t, pStar, 'match'), regexp(t, pPlus, 'match...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
Disappearing breakpoints in Matlab editor
I've had a disappearing breakpoint problem with 2016a and now with 2016b. My startup.m doesn't use any relative paths, and my ve...
meer dan 7 jaar ago | 0 answers | 1
0
answersQuestion
What happened to command shortcuts (macros) in 2016a?
I just switched from R2015a to R2016a. Although the documentation still has the topic "Create Shortcuts to Rerun Commands," this...
ongeveer 8 jaar ago | 1 answer | 0
1
answerQuestion
How to apply a cell array of function handles to a cell array of arguments
I have an MxN cell array |fha| of type conversion function handles (@double, @char, etc) that I'd like to apply element-by-eleme...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
View externally-scoped variables in Workspace browser
If execution is suspended in a nested function because of an inserted breakpoint, the Workspace browser only shows local variabl...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Matlab Release vs Version History
Having just stepped up to R2015a, I'm now revamping code to make it back-compatible for users who are still running older versio...
meer dan 9 jaar ago | 2 answers | 1
2
answersQuestion
Why don't my R2012a multi-line uibuttongroup titles work in R2015a?
My programmatically-created GUI includes uibuttongroups with multi-line titles. These are defined as cell arrays of strings, and...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
store graphic objects in uitables?
Does anyone know of a way to trick a uitable into storing graphics objects (lines, patches) in its cells? My problem is that I h...
meer dan 10 jaar ago | 0 answers | 0
0
answersQuestion
"Go Until Cursor" shortcut in R2012a
I frequently find the "Go Until Cursor" function to be useful during debugging and would like to create a one-click shortcut for...
ongeveer 11 jaar ago | 1 answer | 1
1
answerQuestion
explanation of mysterious timing results?
In some legacy code, there's a pair of for-loops, one nested in the other. I created two alternate versions, one that tries to o...
meer dan 11 jaar ago | 0 answers | 0
0
answersQuestion
Removing uitable cell selection highlight
Hi, I have a uitable that includes a checkboxes in column 1 and string-valued entries in column 2. Some of the entries may be...
meer dan 11 jaar ago | 3 answers | 0
3
answersQuestion
What's the procedure for submitting suggested improvements for future releases?
Is there an official Mathworks channel for this?
meer dan 11 jaar ago | 1 answer | 1
1
answerQuestion
Manipulating individual legend label's text properties
Hi. I have a figure with loads of lineseries plotted on it. I've added a ButtonDownFcn callback function that causes clicking on...
meer dan 11 jaar ago | 0 answers | 0
0
answersQuestion
Exporting Favorites (bookmarks) from the Help browser for migration
I'm about to step up from R2010b to R2012b. Last time I did this, all my bookmarks to help browser pages went bye-bye. I've been...
ongeveer 12 jaar ago | 1 answer | 1
1
answerDialogs do not close
I also ran into this. pause(.1) worked for me.
ongeveer 12 jaar ago | 0
Question
Why won't geoshow texture-map the globe with my JPEG?
I'm using the Mapping Toolbox and would like to texture-map a 3-D globe with a 2000 x 1000 pixel world image in JPEG format. The...
ongeveer 12 jaar ago | 1 answer | 0
1
answerSave/Restore Variable Editor State
VE = Variable Editor Daniel, the sysadmins insist that all users log off so that patches can be pushed. There are frequently ...
meer dan 12 jaar ago | 0
Question
Save/Restore Variable Editor State
Since the sysadmins frequently force me to end my Matlab sessions at the end of the workday, I'd like to be able to restore a se...
meer dan 12 jaar ago | 3 answers | 0