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

The app is used for PKPD Modeling and Simulation.

gQSPSim

Version 1.0.2

by Iraj Hosseini

The app is used for QSP Modeling and Simulation.

Image Compression Using SPIHT Algorithm.

Calculates image LBP (Local binary patterns).

CONN

Version 24.07.29

by Alfonso Nieto-Castanon

functional connectivity analyses of resting-state or task-based neuroimaging data; CONN toolbox, development version

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.

Interface for using finite elements in inverse problems with complex domains

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

WITio

Version 2.1.1

by J. T. Holmi

WITio: A MATLAB data evaluation toolbox to script broader insights into big data from WITec microscopes

MatrixUser v2.2

Version 1.13.0.0

by Fang Liu

An ImageJ like, Multi-functional, GUI-based Program for Image (Matrix) Processing and Analysis

A Matlab package for Bayes Factor statistical analysis

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

ecg-kit

Version 1.4.0.0

by marianux

A Matlab toolbox for cardiovascular signal processing

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

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.

SDETools

Version 1.2.0.0

by Andrew Horchler

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

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

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)

SeisLab 2.01

Version 1.2.0.0

by Eike Rietsch

Release 6.1925 of a collection of functions for analysis/display of seismic and well-log data.

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

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

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

Software used for controlling and data logging lab equipment.

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

SeisLab 3.01

Version 1.5.0.0

by Eike Rietsch

Release 10.0301 of a collection of functions for analysis/display of seismic and well-log data.

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

GUI to calculate and visualize the radiation pattern of ultrasound transducers.

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

This custom toolbox contains a library to interface with ED247 communication protocol. ED247 is a communication standard defined by EUROCAE.

SIMUDEC

Version 0.95

by Fernando Ureta

SIMUDEC Comminution Circuits Simulator

Maxwell solver using the boundary element method (BEM) approach for optical resonators and nanophotonic systems

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" %

Collection of fixed-step IVP solvers. Includes support for matrix-valued IVPs, and provides functions for generating IVP solver equations.

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

CIAtah is a software package for calcium imaging analysis of one- and two-photon imaging datasets. https://github.com/bahanonu/ciatah

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

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

Load more