Main Content

5,463 results in File Exchange

cprintf - display formatted colored text in Command Window

Version 1.21 by Yair Altman

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

FPRINTF functions.CPRINTF then 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 /

  • 29.7K (All time)
  • 127 (Last 30 days)
  • 4.9 / 5
  • Community
  • 22 Apr 2026

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

- Programmatic control of the the command window
  • 1.8K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Dec 2015

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

  • 6.1K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Feb 2022

setPrompt - Set the Command Window prompt

Version 1.4.0.0 by Yair Altman

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

- setPrompt Sets the Command Window prompt
  • 2.3K (All time)
  • 2 (Last 30 days)
  • 4.9 / 5
  • Community
  • 20 Oct 2014

MATLAB Support for MinGW-w64 C/C++/Fortran Compiler

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

  • 1.2M (All time)
  • 8.2K (Last 30 days)
  • 2.9 / 5
  • MathWorks
  • 26 Jan 2026

EditorMacro - assign a macro to a keyboard key-stroke in the Matlab Editor and Command Window

Version 1.3.0.0 by Yair Altman

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

  • 4.1K (All time)
  • 4 (Last 30 days)
  • 4.9 / 5
  • Community
  • 31 Jan 2011

Command window text

Version 1.1.0.0 by Hugh Nolan

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

- command_window_text() - Function for returning the text in the command window
  • 681 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 19 May 2011

ActiveX Word control base commands

Version 1.21.0.0 by Stefan Braun

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

  • 2.3K (All time)
  • 1 (Last 30 days)
  • 4.6 / 5
  • Community
  • 21 Jul 2016

TXTMENU - Text-Based Menu for the Command Window

Version 1.4.0.0 by Sky Sartorius

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

  • 1.1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Feb 2017

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

  • 63 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Jun 2023

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

- SHOWWINDOW Change the state of a window.
  • 5.9K (All time)
  • 1 (Last 30 days)
  • 4.3 / 5
  • Community
  • 1 Sep 2016

wdisp: a pedestrian command window waitbar

Version 1.0.0.0 by us

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

  • 9.9K (All time)
  • 1 (Last 30 days)
  • 3.8 / 5
  • Community
  • 19 May 2003

Save Entire Command History

Version 1.0.0.0 by Jonathan Snell

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

  • 3.1K (All time)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 7 Dec 2005

PRINTSTRUCT | Recursively print structures to the command window or a cell char array

Version 1.0.0.0 by Bob Spunt

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

  • 1.2K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Dec 2022

Identify Serial COM devices by friendly name in Windows

Version 1.1.0.0 by Benjamin Avants

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

- IDSerialComs identifies Serial COM devices on Windows systems by friendly name
  • 1K (All time)
  • 5 (Last 30 days)
  • 4.4 / 5
  • Community
  • 8 Apr 2014

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

- [SearchResults, NumCommandsAgo] = HxSearch (txtstr, specificity, max_output, session)
  • 918 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Apr 2015

msgboxFontSize

Version 2.3 by Adam Danz

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

  • 462 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Jul 2019

Set desktop environment font size from command line

Version 1.0.0 by Graeme Smith

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

- Change the size of the environment font
  • 10 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Oct 2020

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

- MAXIMIZES a matlab figure window
  • 3.3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Jul 2002

Windows command line MATLAB process priority

Version 1.0.0.0 by Michael Kleder

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

  • 5K (All time)
  • 1 (Last 30 days)
  • 3.8 / 5
  • Community
  • 9 Jun 2005

Matlab matrix to LaTeX conversion example

Version 1.0.3 by Lu Ce

Script showing a simple way to convert a MATLAB numeric matrix to LaTeX.

command window after running the script. The resulting LaTeX matrix requires amsmath package. Here is a LaTeX example of how to use the output of the

- Clear command window
  • 830 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Oct 2020

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

  • 210 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 6 Jul 2020

semaphore_POSIX_and_Windows

Version 1.3.0.0 by Andrew Smart

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

  • 1.1K (All time)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 19 Mar 2014

Truncated Matrix Outputs in Command Window (Beta)

Version 1.2 by MathWorks Desktop Team

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

  • 16 (All time)
  • 10 (Last 30 days)
  • -- / 5
  • Community
  • 23 Dec 2025

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.

- Main: callback functions for main window
  • 6.4K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Apr 2016

enable/disable entire figure window

Version 1.5.0.0 by Yair Altman

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

- enableDisableFig enable or disable an entire figure window
  • 5.1K (All time)
  • 1 (Last 30 days)
  • 4.8 / 5
  • Community
  • 11 Dec 2016

Minimize/maximize figure window

Version 1.0.0.0 by Nikolay S.

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

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

  • 3K (All time)
  • 1 (Last 30 days)
  • 4.8 / 5
  • Community
  • 14 Jun 2011

Play video in VLC by filename in Windows (dos)

Version 1.0.0.0 by Lee White

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

  • 448 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Jul 2011

KWIC

Version 1.0.0 by Monika Jaskolka

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

- Print to command window.
  • 9 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Jul 2019

MATLAB File Association & Shortcut Fix

Version 2.12 by Patrik Forssén

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

  • 42.1K (All time)
  • 52 (Last 30 days)
  • 4.9 / 5
  • Community
  • 19 Mar 2021

movcorr(x, y, k, varargin): Compute windowed correlation coefficient

Version 1.4.0.0 by David J. Mack

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

  • 2.3K (All time)
  • 18 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Dec 2017

Command Line Chat

Version 1.3.0.0 by GerdaHotlich

MATLAB Command Line Chat

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

  • 560 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 May 2014

fprintf_r - Carriage Return without Linefeed

Version 1.1.0.0 by Florian Dignath

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

  • 1.8K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Sep 2018

extend Matlab Editors callback

Version 1.15.0.0 by Andreas Justin

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

  • 675 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Sep 2016

EPS Utility Toolbox

Version 1.22 by Kesh Ikuma

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

- SETENCODINGWINDOWS Set font encoding to Windows Latin 1
- GETRSCSTR Form DSC headers DSC v3 compliant resource tags for the fonts
- DEFAULTFONTCONFIG Configure font configurations.
- TYPE1SUBSET Define a subset font definition of Type-1 font
- FONTREP Replace font in EPS data
- GETSTRWIDTH Get width of EPS string in inches
- PFADECRYPT Decode & decrypt PFA font data
- EPSFONTPATH Get/set PFB font search path.
- EPSFONTALIAS Get/set Type 1 font aliases.
- FINDFONT Find PFB file for Type 1 font
- SETENCODINGSTANDARD Set font encoding to Standard Latin 1
- EXTRACTFONT Retrieve all embedded fonts from EPS data
- SETENCODINGISOLATIN1 Set font encoding to ISO Latin 1
- EPSFIXFONTS Fixes font issues on Matlab EPS figure outputs
- EPSEMBEDFONT Embed fonts to a MATLAB-generated EPS file
- GETFONTS Scan EPS data for used and embedded fonts
- EPSGETFONTS Get all fonts used in an EPS file
- PFBREAD Read and decrypt a Printer Font Binary (PFB) file
- EPSFONTLIST Get all Type 1 fonts found in the search path.
- PFBEMBED Get embedding-ready Type-1 font data from a PFB file
  • 4.9K (All time)
  • 6 (Last 30 days)
  • 4.8 / 5
  • Community
  • 10 Oct 2014

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

- % Under Windows, gets the short name (8.3) of file or folder lname. Creates a command script
  • 785 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 Sep 2008

Clear WorkSpace, Command Window and History simultaneously

Version 1.0.0.0 by Shanrong Zhang

Clear all simultaneously.

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

- Clear WorkSpace, Command Window and History simultaneously
  • 5.3K (All time)
  • 1 (Last 30 days)
  • 3.6 / 5
  • Community
  • 4 Feb 2004

Image Acquisition Toolbox Support Package for Kinect For Windows Sensor

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

  • 23.3K (All time)
  • 101 (Last 30 days)
  • 4.0 / 5
  • MathWorks
  • 26 Jan 2026

Command window file explorer

Version 1.1.0.0 by Jon Danisch

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/

  • 346 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 12 Feb 2011

Two dimensional window generator (2D window)

Version 1.0.0.0 by Disi A

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

- This function creates a 2 dimentional window for a sample image, it takes
  • 3.8K (All time)
  • 5 (Last 30 days)
  • 4.5 / 5
  • Community
  • 8 Oct 2013

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

  • 7.2K (All time)
  • 9 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Jun 2010

Overwritable message outputs to commandline window

Version 1.1.0.0 by kasim tasdemir

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

- Prints overwritable message to the command line. If you dont want to keep
  • 3K (All time)
  • 2 (Last 30 days)
  • 4.9 / 5
  • Community
  • 12 Dec 2013

ProgressBar MATLAB

Version 3.4.0 by JAAdrian

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

  • 1.4K (All time)
  • 20 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Dec 2024

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

  • 1.6K (All time)
  • 7 (Last 30 days)
  • 4.8 / 5
  • Community
  • 23 Nov 2025

Customizable HTML Button

Version 1.0.1.0 by Gianluca Carnielli

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

- Button text font.
  • 96 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 May 2023

MTT

Version 1.0.0.0 by Andrews Cordolino Sobral

Matlab Tensor Tools

- Command window display of a ttensor.
- Command window display for a ktensor.
  • 1.5K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Mar 2021

SDETools

Version 1.2.0.0 by Andrew Horchler

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

- Command window printing SDE output function.
- Display updating line of text or textual waitbar in Command Window.
  • 993 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Sep 2020

C_Code_Integration

Version 5.0 by Sebastien Dupertuis

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

- Button text font.
  • 896 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Feb 2024

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

  • 614 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Jul 2019

close all, clear, clc

Version 1.0.0.0 by Bugra Kaytanli

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!

  • 115 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Oct 2016

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

- MAXIMIZES a matlab figure window
  • 2.9K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Aug 2005

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

  • 30 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Jan 2023

Move a 3D object with mouse in a traditional 4-view window

Version 1.3.0.0 by Gang Wang

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

  • 2.1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Nov 2010

Data Analysis Workshop for pre-university students (JP 日本語)

Version 1.0 by Jiro Doke

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

  • 126 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 23 Jun 2023

Steerable Gaussian Filters

Version 1.0.0.0 by Douglas Lanman

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

- Clear Matlab command window.
  • 9.1K (All time)
  • 2 (Last 30 days)
  • 4.4 / 5
  • Community
  • 18 Jan 2006

Data Acquisition Toolbox Support Package for Windows Sound Cards

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

  • 8.3K (All time)
  • 81 (Last 30 days)
  • 4.0 / 5
  • MathWorks
  • 26 Jan 2026

MATLAB App to Command and Control a Trinamic Stepper Motor

Version 1.1.0.0 by Sebastien Dupertuis

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

- % Function: commands_table()
- Copyright 2018 The MathWorks, Inc.
- % Function: project_paths()
- Copyright 2018 The MathWorks, Inc.
- % Function: mnemonics_acronyms()
- % Function: mnemonics_table()
- % Function: get_type_fields()
- % Function: global_parameters_table_e()
- % Function: get_com_ports()
- % Function: run_and_or_monitor()
- % Script : serial_motor_control
- % Function: axis_parameters_table_e()
- % Function: global_parameters_table_w_e()
- % Function: axis_parameters_table_w_e()
- % Function: global_parameters_table_r_w_e()
- % Function: axis_parameters_table_r_w_e()
  • 603 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 May 2018

DirectShow (DirectX) based AVI file reader (update Windows 64 bits)

Version 1.0.0.0 by José Ignacio Gómez Espínola

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

  • 734 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 May 2012

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

  • 1.5K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Feb 2012

Full Command Line Help

Version 1.1.0.0 by Patrik Forssén

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

in the command window).

  • 111 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 11 Nov 2015

Load more