image thumbnail

updated 10 days ago

Super Mario Bros. Demo by Mingjing Zhang

A playable demo of Super Mario Bros. World 1-1 with background music (gui, image, animation)

Super Mario Bros. Demo

stl_mario_main()

image thumbnail

updated 2 months ago

Keyboard replacement with stack trace by Romesh

Display a stack trace showing where keyboard was used (keyboard, debugging, stack trace)

kdb

image thumbnail

updated 10 months ago

GETK by Miroslav Balda

Wait for and identify a pressed key (waiting, keyboard, keys)

getk(N,pos)

image thumbnail

updated 10 months ago

getkey by Jos (10584)

Get a (single) keypress (v2.0, june 2012) (getch, keypress, get)

getkey(N,nonascii)

image thumbnail

updated 2 years ago

Text Menu Prompt by Sky Sartorius

Generate a list menu in the command window with default option and prompt user for a selection. (menu, ui, list)

txtmenu(HeaderPrompt,varargin)

image thumbnail

updated 2 years ago

waitinput by Grzegorz Knor

WAITINPUT Prompt for user input, but no longer than t seconds. (input, getkey, keypress)

waitinput(prompt,t,s)

image thumbnail

updated 2 years ago

inputEmu: Keyboard & Mouse Emulator (v1.0.1) by Kesh Ikuma

A Java-based function to control keyboard & mouse programmatically (keyboard, mouse, automation)

inputemu(varargin)

image thumbnail

updated almost 3 years ago

run_until_you_press by noam fisher

This program run until you press 'q' (or another key you want). It's work even with GUI (keyboard, press, gui)

run_until_you_press.m

image thumbnail

updated 3 years ago

ginput2.m v3.1 (Nov 2009) by Carlos Adrian Vargas Aguilera

Same as GINPUT but with ZOOM, PAN and (optionally) PLOT and image SCALE/GEOREFERENCE! (georeference, ginput, digitize)

ginput2(varargin)

image thumbnail

updated almost 4 years ago

Text input with default by Karl

Like Matlab's "input" function, but with a default that you can select by simply hitting Enter. (input, default, command line)

dinput(varargin)

image thumbnail

updated 4 years ago

keyboard simulation by morteza ahmadi

controlling keyboard (keyboard, windows, simulation)

example

keyboard_simulation(keyboard_string)

m_ex.m

image thumbnail

updated 4 years ago

inp.m by Miroslav Balda

The function inp.m serves for keyboard input supported by default value (input, default, keyboard)

inp(prompt,deflt,form,nsp)

image thumbnail

updated 4 years ago

Matlab Piano by Mark Frankosky

A matlab Piano GUI (keyboard, piano, music)

piano2(varargin)

image thumbnail

updated almost 5 years ago

STOPLOOP (v1.0, jun 2008) by Jos (10584)

Shows stop button to interrupt loops (keyboard, hitkey, interrupt)

stoploop(str)

image thumbnail

updated almost 8 years ago

Get Keyboard Information by Fu-Sung Wang

Keyboard information, mouse events (games, keyboard, gui)

gui_ver(varargin)

kbinfo(cmd)

kbinfo2(cmd)

image thumbnail

updated 10 years ago

Keyboard-navigation in Multiple Figures/Axes by Stijn Helsen

By keyboard control it is possible to. (control, figure, graph)

navfig(c,x2)

Contact us