Main Content

5,383 results

Displays sprintf-formatted strings in the Command Window using the specified color/underline/bold style

displays the text in the Command Window using the specified STYLE argument. The accepted styles are those used for Matlab's syntax highlighting (see: File / Preferences / Colors / M-file Syntax Highlighting

CmdWinTool

Version 1.3.0.0

by Jan

Programmatic control of the command window

property font: Set and get font name and size background, foreground: Set and get font and background color isBusy: TRUE if a program is runningThe commands marked with (*) run under Windows only and need

Sets the Command Window prompt to the specified string

setPrompt(newPrompt) sets the Command Window prompt to the specified NEWPROMPT.NEWPROMPT can be one of the following: - a static string: setPrompt('>> ') => this

WindowAPI

Version 1.5.0

by Jan

Set figure size, top-most, transparency and pixel mask, multi-monitor etc by Windows API

useful to keep the mouse cursor in a specified rectangle. WindowAPI(FigH, Command) INPUT: FigH: Matlab's figure handle or Windows HWND Command: TopMost: Window is topmost even if the focus is

Install the MinGW-w64 C/C++/Fortran compiler for Windows

double-click on the file or drag it into the MATLAB Command Window to install."Download" button instructions: Save the file to the desired folder then double-click on the file or drag it into the MATLAB Command

EditorMacro assigns a macro or action to requested key-binding in the Matlab Editor & Command Window

to the requested keyboard KEYSTROKE, within the context of the Matlab Editor and Command Window. KEYSTROKE is a string representation of the keyboard combination. Special modifiers (Alt, Ctrl or

Copies all text in the command window into a cell array of strings.

This m-file allows you to export all text in the Command Window to a cell array of strings, each entry being a line of text from the window. The unparsed raw string is also available, if

Base commands to control Word in Matlab

This is an example to learn how to control Microsoft Word in Matlab.(tested on Microsoft Office 2007) This example contains:-define Font-define Font Size-define Page setup-write Text-color

Like the built-in MENU function, but all in the command prompt so fingers never leave the keyboard.

TXTMENU is similar to the built-in MATLAB function MENU but has the following features to make using menus faster and more useful:1. The menu is text-based in the command window so time isn't wasted

Log4Matlab

Version 1.0.2.0

by drunkeNNNN

An advanced log4j port for MATLAB supporting autocast, filters, and source code links in the output.

Powerful Log4J port for MATLAB.The logger is inspired by the popular log4j framework. The main implemented features are:Logging to command window, files and memoryPopular log level designMessage

ShowWindow

Version 1.0.0.1

by Matthew Simoneau

Change the state of a window, like minimize and maximize.

SHOWWINDOW(NAME,STATE) changes the state of the window with a certain NAME to the specified STATE. STATE must be one of the following:'hide', 'shownormal', 'normal', 'showminimized', 'showmaximized

Creates a waitbar-like display in the command window.

Creates the equivalent of WAITBAR in the command window.See:help wdispfor a self-explanatory example - or type: t='-\|/'; fori=1:40 tl=wdisp( 0,sprintf('time %c %s',t(rem(i,4)+1),datestr(now

Maintains a complete record of the command history (Matlab only maintains the last 20k worth ...

'preserve_history.m' maintains a complete record of the command history (MATLAB only maintains the last 20k worth of commands, so old commands are lost). To get it to run you need to create a copy of

Uses Windows registry information to ID Serial COM devices

This function scans the Windows registry in two places and associates active COM ports with their registered "Friendly Name". The function returns an N x 2 cell array where N is the number of active

Recursively print/display hierarchical outline of structure contents

determination of input structure variable name, which is used to title each struct - included output argument that, when defined, returns the printed struct as char cell array and suppresses output to command

HxSearch

Version 1.2

by Adam Danz

Search command history within and across Matlab sessions

HxSearch.m allows user to search entire command history for key word(s) or phrase(s) and outputs full command lines containing the search item. [SearchResults, NumCommandsAgo] = HxSearch (txtstr

Acquire and analyze data from Windows sound cards.

Data Acquisition Toolbox™ Support Package for Windows® Sound Cards enables you to communicate with your audio hardware from a computer running MATLAB®. Using the command line interface you can

Change the fontsize and other text properties in a msgbox(), errordlg(), warndlg() etc.

h = msgbox('Hello world (20 pt font)', 'Example');msgboxFontSize(h, fontsize)msgboxFontSize(h, fontsize, 'FontName', 'Consolas', 'Color', 'b')msgboxFontSize(h, fontsize, 'ignorebuttons', true) % does

Handy function to set the desktop environment font size from the command line.

Call as setFontSize( fontSize) where fontSize is an integer font size value. The command window and editor font sizes are changed to be fontSize. Very useful when connecting a laptop to external

api_showwindow

Version 1.0.0.0

by Mihai Moldovan

The function warps the WIN32 ShowWindow API in User32.dll.

file that will demonstrate how to accurately find the windows handle of a MATLAB figure window and then do some API command on it. For simplicity I selected the 'ShowWindow' API because it can be used

Set the priority of your MATLAB session in Windows.

I've seen many questions on how to run MATLAB in Windows with a process priority other than "normal."During long calculations on single-processor machines, it would be nice to reduce the priority of

Patches Dillon's work to allow native semaphore usage within Matlab on Windows and POSIX systems

Augment of Mr. Dillon's work: http://www.mathworks.com/matlabcentral/fileexchange/32489-semaphoreThis provides an interface with POSIX semaphore functionality on the native platform. Windows doesn't

WindowLevel

Version 1.1.1

by Rik

Enable setting the window level (contrast and brightness) by dragging

Enable setting the window level (contrast and brightness) by draggingThis function allows you to adjust the window and level (contrast and brightness) of images by dragging. This is especially useful

Try the truncated output display for matrices in the Command Window.

below the matrix.Known IssuesChanging the font size, name, and style in the Command Window is not supported and can cause unexpected behaviors when the Truncated Matrix Outputs in Command Window (Beta

Child Window

Version 1.0.0.0

by Roy Schestowitz

Child window with parameter passing.

Many people in the MATLAB newsgroups have requested help on this topic. Here is a classic solution which shows how to construct child windows and pass parameters between them.

enable/disable entire figure window, including toolbar, menubar, frame and all contents

but not figures. Using this function, the entire figure window, including all internal menus, toolbars and components, is enabled/disabled in a single call. Valid values for newState are true, false

Similar to figure function. Resizes figure window to full screen/default dims.

: http://undocumentedmatlab.com/blog/minimize-maximize-figure-window/

Fixes trouble with MATLAB file associations and missing shortcuts in Windows

Writes a Windows registry file that fixes problems with MATLAB file associations in Windows, e.g., that m-files doesn't open up in MATLAB or opens up in a new instance. Can also be used to switch

KWIC

Version 1.0.0

by Monika Jaskolka

A Matlab implementation of the Key Word in Context (KWIC) system.

Accepts a video filename string and sends it to Video Lan Client VLC using a dos command in Windows.

Accepts a video filename string and send it to Video Lan Client VLC using a dos command. Does not prevent Matlab from performing other actions while the video plays (program is non-blocking).Does not

A set of functions to generate publisher-happy EPS images

RGB color definitionsType 'help epsutil' to get the command window help. Indivisual m-files also include full command-window help text.Some files requires Ghostscript (www.ghostscript.com) to be

For the MATLAB Command Window as replacement of fprintf('\r') which does not work on Windows ...10.

), because the \r format is not working properly on windows systems.Input is a string s and a variable x which are forwarded to the fprintf command as fprintf(s,x). Use a vector for x in case you want to

MATLAB Command Line Chat

MATLAB command line window when chat is running5) close chat with 'closechat'Have fun!

Compute a moving correlation for two vectors x & y in analogy to the MOV* functions.

Computes the Pearson product-moment correlation coefficient r over a moving window for two vectors x & y. This isbasically a wrapper to MOVSUM and the low-memory overhead computation of r. See

Extends the editor features. Closing brackets, Operator. Templates, Keyboard Shortcuts

WindowsShortName

Version 1.0.0.0

by Luc Masset

Returns the short name of a file or folder under Windows

Under Windows, returns the short name (8.3) of a file or folder. Example :WindowsShortName('C:\Documents and Settings\lulu\Bureau\Inno Setup Compiler.lnk')returns

Clear all simultaneously.

This m-script can be used to clear the workspace, command window and command history simultaneously from the command input.

Embedded html links to open, run, or edit files from the command window. With bookmarks!

here:http://undocumentedmatlab.com/blog/changing-matlab-command-window-colors-part2/

Acquire video and images from Kinect for Windows Sensor.

Image Acquisition Toolbox™ Support Package for Kinect® For Windows® Sensor enables you to acquire image sensor data directly into MATLAB® and Simulink®.This support package is functional for R2013a

This function creates a two-dimentional window that can be used for a matrix or image.

This function creates a two-dimentional window that can be used for a matrix or image using MATLAB built-in 1D window function.Usage: w = window2(r, c, w_type);r: number of rows of the window you

Text progress bar

Version 1.0.0.0

by Paul

This function creates a TEXT progress bar in your command window.

This function creates a text progress bar to show progress of your script in the command window. It should be called with a STRING argument to initialize and terminate. Otherwise the number

Alternative for 'display' function which can overwrite the previous message if required.

When you use 'display' function it does not overwrite the previous message. With this file, you can overwrite or keep previous message on commandline window. Or you can choose current message to be

Contains the viewsolidone command used to visualize solids with lines.

This MATLAB class provides a smart progress bar like tqdm in the command window and is built for progress info in ordinary and parfor loops.

command window to a differentmonospaced font, preferably with proper Unicode support.If you do not want to or cannot change the font in the setting, you can set the class's`OverrideDefaultFont` to `true

HTML button that can be customized in several additional ways compared to the built-in "uibutton" in MATLAB.

Window Utilities

Version 1.17.0.0

by Joe Henning

A variety of window and apodization utilities

This zip file contains functions related to apodization and symmetric window generation:1) atomwin - Window based on atomic functions2) babicwin - Babic-Temes window3) barthewin - Barcilon-Temes

MTT

Version 1.0.0.0

by Andrews Cordolino Sobral

Matlab Tensor Tools

SDETools

Version 1.2.0.0

by Andrew Horchler

Matlab Toolbox for the Numerical Solution of Stochastic Differential Equations (SDEs)

C Code Integration in MATLAB and Simulink to Control an External Interface.

in Windows. The low level C drivers are used in MATLAB and Simulink via respectively MEX and C-Caller or S-Function import mechanisms. The algorithms in MATLAB and Simulink control the C# App that is

supersizeme

Version 1.3.2.0

by Adam Danz

Quickly increase/decrease the font size of all text in a figure by a chosen factor.

Quickly make your figures ready for presentations by scaling font sizes.supersizeme(1.5) will search for all text in the current figure and multiply the individual font sizes by 1.5

maxfig

Version 1.0.0.0

by Mihai Moldovan

Maximizes a MATLAB R14 figure in Windows environment.

When building a complex GUI it is a common requirement to build a fullscreen interface. To preserve compatibility of GUIs between different OS, MATLAB is not natively aware of Windows specific

Close all figures, clean workspace, clean command window

MATLAB directory and from now on, whenever you want to clean up a dirty MATLAB desktop/workspace/command window, let ccc do it for you!

cmdWaitBar

Version 1.0.2.0

by Jonathan Monney

Matlab function that displays a progression bar in the command window.

cmdWaitBarMatlab function that displays a progression bar in the command window.This Matlab function will generate an updating progress bar (waitbar) in the command window.This is a useful tool

Evaluates the directional derivative of an image along an arbitrary axis.

Interactively move a 3D object anywhere in the 3D space with a mouse.

TDFig is an interactive matlab GUI. It displays a 3D objects in the traditional 4-view window (top, front, right and camera).It also allows users to grasp these objects and move them anywhere in the

Data analysis workshop using MATLAB for pre-university students (in Japanese)

MATLAB App that allows to control and monitor data to and from a Trinamic motor TMCM-1160

The App interface includes tabs for:- Serial communication setup- Direct mode to send single commands to the TMCM-1160- File mode to send a set of commands to the TMCM-1160- Monitoring to visualize

A Windows 64 bits update for directShow (DirectX) based AVI file reader

Ashwin Thangali gives and excelent toolbox to read image frames into Matlab from an AVI file using DirectShow on Windows 32 bits (ID #9901).I have compiled a new version for windows 64 bits

TabComplete

Version 1.2.0.0

by Yair Altman

Sets Command-Window tab completion for specified functions & arguments: types and custom strings

Argument tab-completion occur when the user presses the key following the function name in the Command Window. The list of available/possible arguments is then presented in a popup window

Revert back to extensive command line help on later version of MATLAB.

in the command window).

Load more