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 ...
4 years 前 | 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...
4 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0
