photo

Jaap


2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • First Review
  • 3 Month Streak
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

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

12년 초과 전 | 0

질문


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

12년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
round 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.

12년 초과 전 | 0

답변 있음
How to draw a line in a series of points
plot(centroids(:,1),centroids(:,2),'b-')

12년 초과 전 | 1

| 수락됨

답변 있음
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(....)

12년 초과 전 | 0

질문


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

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

12년 초과 전 | 답변 수: 3 | 0

3

답변

답변 있음
Subtract function from array
I was curious whether there was something quick like find(y-(@(x))). Thanks anyway.

12년 초과 전 | 0

질문


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

12년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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

12년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Parfor 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...

12년 초과 전 | 0

질문


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

대략 13년 전 | 답변 수: 0 | 0

0

답변