Statistics
RANK
6.026
of 295.467
REPUTATION
6
CONTRIBUTIONS
6 Questions
6 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
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
Setting KeyPressFcn on current figure
Thank you. This spares me from continuing that search. My main window is a scatterplot. The user can select a point, and crea...
bijna 13 jaar ago | 0
Question
Setting KeyPressFcn on current figure
Hi all, I have defined a KeyPressFcn (or WindowKeyPressFcn) for a figure. Now I want to keep that callback active while anoth...
bijna 13 jaar ago | 2 answers | 0
2
answersround numeric 0
your best option: A(A<small_value) = 0 you can also try: A = A(bsxfun(@lt,A,1E-7)) I doubt its quicker.
bijna 13 jaar ago | 0
How to draw a line in a series of points
plot(centroids(:,1),centroids(:,2),'b-')
bijna 13 jaar ago | 1
| accepted
Function file not behaving
BPE is both a function and an variable. Matlab can't make out which one you're referring to. try BPE_v = BPE(....)
bijna 13 jaar ago | 0
Question
Linkprop different properties
Hi all, I have a figure with 3 subplots. 1 containing an image, and 2 containing lines (x&y of image). I would like not only to ...
bijna 13 jaar ago | 0 answers | 0
0
answersQuestion
output of evalc
Hi, I am trying to load the filenames of 10000+ files (on a network path). dir & ls seem the obvious commands, but they are bo...
bijna 13 jaar ago | 3 answers | 0
3
answersSubtract function from array
I was curious whether there was something quick like find(y-(@(x))). Thanks anyway.
bijna 13 jaar ago | 0
Question
Subtract function from array
Hi, I have a list of x/y coordinates. Is there an easy way to subtract a function (y = f(x)) from all y data? Thanks a lot! ...
bijna 13 jaar ago | 3 answers | 0
3
answersQuestion
Check memory in script
Hi, I'm running large matrix operations in a for-loop on an old machine. Sometimes, I get an out-of-memory error. I think I can...
bijna 13 jaar ago | 1 answer | 0
1
answerParfor with Iterations Having Unequal Execution Times
is it possible to make an inner loop that goes through the faster cases? or: if you know everything beforehand, make two parfo...
bijna 13 jaar ago | 0
Question
Is it possible to link the legend with the data brush function?
Hi, I have a scatter plot of data, for which the legend in really large. I've updated my tooltip to show the DisplayName, but I...
meer dan 13 jaar ago | 0 answers | 0