Hendri Setiawan
自 2013 起处于活动状态
Followers: 0 Following: 0
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 years 前 | 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 years 前 | 2 个回答 | 0
