Hiding the cursor (pointer)?

1 view (last 30 days)
James
James on 6 Mar 2012
Answered: mengjiao fan on 12 Apr 2015
What code hides the cursor (pointer)?

Answers (2)

Jan
Jan on 7 Mar 2012
set(gcf, 'Pointer', 'custom', 'PointerShapeCData', NaN(16,16))

mengjiao fan
mengjiao fan on 12 Apr 2015
useful!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!