Feeds
질문
ask: how do I insert an image (background) on the axes and draw on it (background)? here the code:
function userDraw(handles) %F=figure; %setptr(F,'eraser'); %a custom cursor just for fun A=axes; % axesUserD...
거의 12년 전 | 답변 수: 0 | 0
0
답변질문
hi,, i'm new in matlab.. i want to draw using the mouse with this code, but this code can only make one line,, i want to make it more..,
hFH = imfreehand (); % Get the xy coordinates of where they drew. xy = hFH.getPosition; % get rid of imfreehand remnant. ...
거의 12년 전 | 답변 수: 2 | 0
