Feeds
질문
How to generate rectangles based on coordinates in a randomized matrix?
So I have a matrix. Currently it looks like this: S.matrix = 2 78 46 1 148 148 3 431 431 ...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can you move a plot using a keyboard input?
I have asked a similar question before, but I think it would be easier to find an answer since I changed my code a bit. I have a...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
My object isn't moving even though I have a keyboard input function.
I have a circle that I want to move according to a keyboard input. I coded it so that the center would move depending on which a...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
I'm trying to plot a circle within an image, but the circle remain invisible.
hA = axes('units', 'normalized','Position',[0,0,1,1]); uistack(hA, 'bottom'); I = imread('withCircle.t...
거의 4년 전 | 답변 수: 2 | 0
