image thumbnail

updated 4 months ago

extend Matlab Editors and command window callback by Andreas J.

Extends the editor and Command window features. it will auto insert closing brackets. (matlab, editor, command window)

Aid_SearchCell.m

Aid_doKeyboardActions.m

Matlab_extendEditorFunctionality.m

image thumbnail

updated 1 year ago

struct2table by Karl

displays a struct's contents in a clear way... (struct, table, display)

struct2table.m

image thumbnail

updated 1 year ago

TabComplete by Yair Altman

Sets Command-Window tab completion for specified functions & arguments: types and custom strings (command window, undocumented, desktop)

tabcomplete(funcName, varargin)

image thumbnail

updated 1 year ago

CmdWinTool by Jan Simon

Programmatic control of the command window (command window, statusbar, minimize)

CmdWinTool(Command, Data)

uTest_CmdWinTool(doSpeed)

image thumbnail

updated almost 2 years ago

displayInline by Damith Senaratne

Displays a string inline in the MATLAB Command Window, overwriting any text it previously displayed. (display, overwrite, command window)

displayInline(str)

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part09 by GAMAL ALKIRSHI

Class01 - Part09 (command history, help, workspace)

Class-01_9.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part08 by GAMAL ALKIRSHI

Class01 - Part08 (matlabs main window, command window, workspace)

Class-01_8.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01- Part07 by GAMAL ALKIRSHI

Class01- Part07 (command history, help, workspace)

Class-01_7.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part06 by GAMAL ALKIRSHI

Class01 - Part06 (matlabs main window, command window, workspace)

Class-01_6.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part05 by GAMAL ALKIRSHI

Class01 - Part05 (matlabs main window, command window, workspace)

Class-01_5.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part04 by GAMAL ALKIRSHI

Class01 - Part04 (matlabs main window, command window, workspace)

Class-01_4.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part03 by GAMAL ALKIRSHI

Class01 - Part03 (matlabs main window, command window, workspace)

Class-01_3.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part02 by GAMAL ALKIRSHI

Class01 - Part02 (matlabs main window, command window, workspace)

Class-01_2.mp4

image thumbnail

updated 2 years ago

MatLab's Video Lectures Series - Class01 - Part01 by GAMAL ALKIRSHI

Class01 - Part01 (matlabs main window, command window, workspace)

Class-01_1.mp4

image thumbnail

updated 2 years ago

Command window file explorer by Jon Danisch

Embedded html links to open, run, or edit files from the command window. With bookmarks! (cd, ls, dir)

expcd(newdir)

explore(varargin)

image thumbnail

updated 2 years ago

ConsoleProgressBar by Evgeny Pr

Console progress bar for long-running operations (progressbar, statusbar, tools)

test_ProgressBar()

ConsoleProgressBar

image thumbnail

updated 2 years ago

MatLab's Video Lectures - Class-1 : Lecture's Flies by GAMAL ALKIRSHI

Class-1 : Lecture's Flies (command history, help, workspace)

image thumbnail

updated 3 years ago

fprintf_r - Carriage Return without Linefeed by Florian Dignath

For the MATLAB Command Window as replacement of fprintf('\r') which does not work on Windows XP. (carriage return witho..., fprintf, command window)

fprintf_r(s,x,res)

image thumbnail

updated 3 years ago

setPrompt - Set the Command Window prompt by Yair Altman

Sets the Command Window prompt to the specified string (desktop, command window, undocumented)

setPrompt(newPrompt)

image thumbnail

updated 3 years ago

CLICKUICONTROL by Jiro Doke

Emulates clicking on a UIcontrol object. (buttondownfcn, uicontrol, annotation)

clickUIcontrol(h, focus, opt)

image thumbnail

updated 4 years ago

Run m-script from outside a Matlab window by Lars Christiansen

Calls a m-script from a "dos box" without starting the Matlab GUI. Use Matlab's C-compiler. (command window, ccode, embedded code)

image thumbnail

updated 8 years ago

MatlabSessionLogged by Frank González-Morphy

MatlabSessionLogged does use DIARY to record all what at the MATLAB Command Window happens. (development environme..., matlabsessionlogged, matlab session logged)

MatlabSessionLogged(opt)

image thumbnail

updated 9 years ago

Clear WorkSpace, Command Window and History simultaneously by Shanrong Zhang

Clear all simultaneously. (clear, workspace, history)

cls.m

image thumbnail

updated 10 years ago

wdisp: a pedestrian command window waitbar by us

Creates a waitbar-like display in the command window. (command window, waitbar, display)

par=wdisp(par,str)

Contact us