카테고리 없음

Matlab Keyboard Code 확인

오늘보다 나은 내일 2015. 3. 26. 18:08

h_fig = figure;
set(h_fig,'KeyPressFcn',@(h_obj,evt) disp(evt.Key));

저작자표시 (새창열림)