Main Content

190 results

Timer waitbar

Version 1.1.0.0

by Eric Ogier

Waitbar object with estimated time remaining and estimated time of arrival

Timerwaitbar is an object based on MATLAB waitbar and including a timer providing the following informations :- Progression [%]- Estimated Time Remaining [d HH:MM:SS]- Estimated Time of Arrival [ddd

Allows user to see a progress bar for a simulink simulation when running the model from Matlab.

Waitbar for Parfor

Version 1.0.0

by Yun Pu

Waitbar or wait message for parfor or for loop.

This script generates a waitbar or a wait message including (1) the percentage finished; (2) the time used; and (3) the estimated remaining time for parfor or other types of loop. The script uses

progressbar

Version 1.2.0.0

by Steve Hoelzer

Simple, efficient, and user friendly replacement for waitbar.

Displays a tooltip-sized waitbar beneath uicontrols.

Displays a tooltip-sized waitbar beneath uicontrols, and is animated. Inspired by "About Face", similarly to my other tooltip submission.toolTipWaitBarHandle = tooltipwaitbar(hObject)Generates a

Progress bar (waitbar) that can be embedded into a GUI uipanel element and/or decremented.

The standard WAITBAR function (and the improved WAITBAR2 function, which this code is based on) must appear in their own figure windows, and cannot be embedded into a GUI.WAITBAR2A is a drop-in

Estimated remaining, elapsed time, and percentage complete.

This version of waitbar is compatible with MATLAB's version. Thus, doesn't require any modification of existing functions using the waitbar. However, the property settings include with MATLAB

Image Compression Using SPIHT Algorithm.

Command-line equivalent of matlab's "waitbar"

Matlab's "waitbar" is useful for tracking the progress of for-loops. However, it is not available when no GUI is used, and in addition, from my experience, it can be a run-time bottleneck if called

Mosaic generator

Version 1.8.0.0

by Nikolay S.

Photo mosaic generator. Choose a tile image, and a directory with images, and see the magic.

Waitbar implementation for parfor loops.

This package provides a waitbar for use in parfor loops without the need to write to files or any other external synchronization.

multiWaitbar

Version 1.15

by Ben Tordoff

A new "shiny" progress-bar with multiple bars in a single window, time-estimates and more.

This function provides a new progress-bar (waitbar in MATLAB-speak) with the following features: * Multiple bars in one window * Robust to the window being closed * Time-estimates for long-running

MultiWaitBar

Version 1.0.0.0

by Sandeep Solanki

MULTIWAITBAR displays multiple waitbars.

% MULTIWAITBAR displays multiple waitbars.% H = MULTIWAITBAR(NumAxes,StepAxes,TitleAxes)% creates and displays a waitbars of fractional lengths StepAxes. The% handle to the multiwaitbar figure

ParForWaitBar

Version 1.0.0.0

by Maher HAMDI

Create a parfor wait bar

Similar to waitbar MATLAB function. The ParForWaitBar can monitor progress in a parallel pool while a computation is carried out

Another text Waitbar

Version 1.0.0.0

by Joseph

A text progressbar, faster than the graphical Matlab waitbar

Timerbar

Version 1.0.0.0

by Suresh Joel

Modification of waitbar.

This is a small modification of waitbar to display the time remaining for computation. Was useful for me for long computations.

use rectangle to make a simple code to use waitbar in gui

use rectangle to make a simple code to use waitbar in gui

Simple demo for use of waitbar in GUI + additional fun for testing your speed of mouse click on movi

This simple demo shows how to attatch waitbar in GUI and displays other informaton like estimated time, elapsed time and percentage completed.Another demo within this GUI is a simple fun for testing

Waitbox

Version 1.1.0.0

by Shivaputra Narke

Opens a window similar to waitbar.

It creates a figure window similar to waitbar. It can be used where one process is going to take much time to indicate use to wait. It differs from waitbar in way that user does not have to set or

ODE wait bar

Version 1.0.0.0

by Jose Pina

Graphical waitbar printing ODE solver progress

function shows a simple waitbar with the progress of the integration every 0.2 seconds.

fakebar

Version 1.0.0.0

by Stefan Eireiner

displays progressing waitbars until you press cancel

fakebar(value) displays progressing waitbars until you press cancel value: how many loops are to be done until a waitbar is full. Try values > 1000 (optional parameter). Example: fakebar(20000

EZW combined with Wavelet-based Image Coding , Huffman encoder & with Lempel-Ziv-Welch(LZW)

Waitbar2

Version 1.0.0.0

by Jasper Menger

Modification of standard waitbar function; neater code, and a fancy color shift effect added

WAITBAR2 - Displays wait bar with fancy color shift effectAdaptation of the MatLab standard waitbar function:WAITBAR2 is typically used inside a FOR loop that performs alengthy computation. A sample

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

WORKBAR

Version 1.0.0.0

by Daniel Claxton

Efficient and stylish alternative to WAITBAR.

WORKBAR Graphically monitors progress of calculations WORKBAR(X) creates and displays the workbar with the fractional length "X". It is an alternative to the built-in matlab function WAITBAR

A command line version of waitbar() that prints progress in percentage.

This is a command line version of waitbar(). Got inspired by Paul's version but tried to rewrite it in a simpler way, so that other people may find it easier to use or modify.Usage:Put it in your for

MultiWaitBar

Version 1.2.0.0

by David Snyder

Display multiple waitbars in a single figure.

MultiWaitBar creates a one or two-dimensional grid of waitbars in a single figure window. Titles and bar colors can be individually modified. Each bar is an instance of the WaitBarAxes class. The

Concatenates videos to a single file. Handy for testing videos for differences.

timebar

Version 1.0.0.0

by Chad English

Similar to waitbar, but with estimated time remaining and progress percentage.

TIMEBAR is a progress window, similar to waitbar, that shows the progress of calculations using a sliding bar, a displayed percentage complete, and an estimated time remaining.The estimated time

This function allows embedding one video into a another Main video, with many options.

Waitbar with an abort button, estimated time, elapsed time display

AWAITBAR displays waitbar with abort buttonClicking on the ABORT or the CLOSE button of the waitbar figure will abort the loop and close the waitbar. USAGE: H = awaitbar(x,message) creates and

Toolbox for 4D-STEM data processing enabling the creation of a single 2D powder diffraction image and its 1D radial average.

par-waitbar

Version 0.1.0

by djmaxus

Wrapped waitbar to track progress of parallel loops

# `waitbar` for parallel loops in MATLAB![CI](https://github.com/djmaxus/par-waitbar/actions/workflows/ci.yml/badge.svg?branch=main)[![View par-waitbar on File

SIMUDEC

Version 0.95

by Fernando Ureta

SIMUDEC Comminution Circuits Simulator

waitbar1

Version 1.0.0.0

by Sandeep Solanki

waitbar : when time of the end of process is unknown.

% WAITBAR1 creats waitbar which does not need to be updated. It runs % parallel with any process runing in MATLAB. % % Object = waitbar1 Creats a waitbar with figure name as "Waitbar1" %

MOtion DEcision (MODE) model is a neural model of perceptual decision-making.

Companion Software for the book "MATLAB® R2013a - Teoria e Programação - Guia Prático"

classWaitbardist allows you to update a MATLAB waitbar through the network via TCP/IP sockets.

This waitbar was first designed to be used for distributed computing with the Parallel Computing Toolboxâ„¢ but can be used independently.classWaitbardist uses 2 other MATLAB custom classes

Mlearn/WaitBar_Matlab

Version 1.0.2

by M A

Higher degree of freedom to create a process bar.

WaitBar_Matlab create a waitbar that can be embedded to parent graphics object.

timed waitbar

Version 1.0.0.0

by Aslak Grinsted

A progress bar in a single line of code with ETA

waitbar with ETA, Estimated Time of Arrival... Usage: h=timedwaitbar(fraction_complete[,infostring]) Fraction: is a number between 0 and 1. a value of 1 means completed and closes the window. h

Example code for embedding a call to the Matlab waitbar() function from within a DLL written in C

When a DLL takes a long time to run, things go silent. It can look like the program has crashed even when it is running along just fine. The Matlab waitbar() function can be used in Matlab, but a

ColorProgressBar modifies an existing waitbar to change the progress bar's color based on the percent complete.

Make the color of a waitbar's progress bar dependent on the percent complete progress. Can define the interpolation method and customize the colors the progress bar cycles through. See the

image effect

Version 1.8.0.0

by 123456

lets you take a picture or browse for it and put some effects on it

Application to handle the information generated by CATT-Acoustic 8

busyVibes

Version 1.3.0.1

by Ethan Woodruff

Provides a wait bar with an animated MathWorks Logo to show that your application is busy working.

Shift based LBP

Version 1.1.0.0

by Nikolay S.

The function implements LBP (Local Binary Pattern analysis), in a shift based manner.

A customized progress bar

A customized version of Matlab "waitbar" presenting measured "time passed" and estimation of "time remaining". The implementation is very simple, and easy to use.

Matlab waitbar compatible with parfor.

parwaitbar is a Matlab class that displays a progress bar compatible with for/parfor loops.If parallel.pool.DataQueue is available, parwaitbar uses the queue to update the waitbar asynchronously. If

Progress

Version 1.3

by Allen

Replacement for the waitbar function.

waittext

Version 1.0.0.0

by Andrew Horchler

Display updating line of text or textual waitbar in Matlab Command Window

Display updating line of text or textual waitbar in Matlab Command Window.waittext is a fast full-featured text-based alternative to Matlab's GUI-based waitbar. See included help and demos for

Waitbar and progressbar from a common class

Wait/progress bar consists of a class able to provide:A waitbar, for a standalone usage (see "waitbar" function),A progressbar, for a usage inside a UI figure (see "uiprogressdlg" function).Both

Random walk model is made to explain the Brownian motion.

ProgressBar

Version 1.0.1

by B.R.P

A lightweight, flexible progress bar for MATLAB that works in console, GUI (waitbar), and parallel (parfor) loops.

Universal Progress Bar A compact and versatile MATLAB progress bar that adapts to console output, GUI waitbars, and parallel parfor loops. Designed to be both lightweight and customizable.🌟

Progress Bar (Simple)

Version 1.1.0.0

by Teunis

This is a simple progress bar that works similarly and is based on the original Mathworks waitbar.m.

Progbar.m works in the same way that waitbar.m does, the only differences are that:1. The percentage (%) is shown in the title bar.2. The progress bar itself fades from white to blue. This program is

Functions for reading, writing, and probing SDA files

cwaitbar.m

Version 1.0.0.0

by Rasmus Anthin

A generalization of the waitbar function. Handles nested for loops.

An extension/generalization of the MATLAB's WAITBAR function. Used when you want to show progress in "nested computations". Supports different coloring of bars other than the default red color. See

This function divides the input video to several parts/sub videos.

FillGrid

Version 1.0.0.0

by Michael Robbins

Populates a grid, i.e. Microsoft Spreadsheet Object, with a cell array.

progressbar

Version 1.0.0.0

by Ohad Gal

Progressbar with an abort button.

(use copy-paste) % progressbar - shows a progress bar dialog based on the function "waitbar" % % Format: handle = progressbar( handle,increment [,string,titlestr] )% % Input: handle

Load more