Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.239.195 Times

Waitbar software
 

Waitbar

Added: May 21, 2013 | Visits: 204

Improved waitbar 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. They also display incorrectly if the progress is reduced (e.g., when resetting an embedded progress bar).WAITBAR2A is a...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Improved waitbar Download

Added: April 27, 2013 | Visits: 166

Simple waitbar This m-file allows to specify a waitbar on a figure where the user wants to display it. The sample usage of waitbar_new is as given.function testh = dialog('Units', 'Pixels', 'Position', [20 20 360 100],'visible','off');h1 = uicontrol('Parent',h,'Units', 'Pixels', 'Position', [10 70 75...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Simple waitbar Download

Added: July 01, 2013 | Visits: 486

Call a waitbar 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 waitbar is not available in C. However, Matlab can be called from C, so the user can still be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Call a waitbar from within a DLL written in C Download

Added: September 11, 2013 | Visits: 190

TCP/IP distributed waitbar This waitbar was first designed to be used for distributed computing with the Parallel Computing Toolboxd-OC?D? but can be used independently.classWaitbardist uses 2 other MATLAB custom classes, classTCPIPSender and classTCPIPReceiver, that both rely on JAVA sockets (in communication.jar).These 2...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 296.96 KB Download (43): TCP/IP distributed waitbar Download

Added: May 20, 2013 | Visits: 389

GUI WAITBAR DEMO 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 your speed of mouse click on moving button in the GUI figure. You can change the speed of button...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): GUI WAITBAR DEMO Download

Added: July 14, 2013 | Visits: 314

AWAITBAR: alternative to waitbar 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 displays a waitbar of fractional length X with the message text in the waitbar figure. The handle to the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): AWAITBAR: alternative to waitbar Download

Added: August 02, 2013 | Visits: 337

Tooltip Waitbar 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 waitbar below a uicontrol (hObject). Returns a 4 element array for the static text boxes which make up...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Tooltip Waitbar Download

Added: April 04, 2013 | Visits: 273

timebar 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 remaining is calculated linearly using only the initialized time, the current time, and the percent...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): timebar Download

Added: June 02, 2013 | Visits: 148

waitwaitbar This macro has been replaced by 'waitbar alternative':http://www.mathworks.com/matlabcentral/fil...objectType=FILEUsage: handle= waitwaitbar('title', delay, )Creates a waitbar that only shows after a delay -- or never if the waitbar is closed before the delay is up.If you find any errors, please...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): waitwaitbar Download

Added: July 13, 2013 | Visits: 228

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


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Timerbar Download

Added: April 29, 2013 | Visits: 507

Multi progress bar 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 tasks * Completion percentage for long-running tasks * Control of the color for each bar * Textured...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Multi progress bar Download

Added: August 13, 2013 | Visits: 345

LFO - Maker This m-file should be used with the environment Nova - Mod Tools for Signal Processing (alpha testing now), but you can use it stand - alone with no exception. The program include all the features (and MORE!!!) nedded for simluating a Low Frequency Oscillator on your PC (requires Window, please...


Platforms: Matlab

License: Freeware Size: 2.14 MB Download (44): LFO - Maker Download

Circular Cross Correlation of the Columns of an Array - circ xcorr The program takes the columns of an input matrix and calculates the auto and cross correlation of these columns using an fft method. The result is very similar to the xcorr function. This method could be used to evaluate the cross correlation of repeating code sequences, and other similar...


Platforms: Matlab


Added: June 16, 2013 | Visits: 137

libsimtools This library contains (actually) two blocks: 1. Real-time Synchronization, allows a simulation to run at real-time; 2. waitbar, shows a waitbar dialog to display the simulation processing;Help files are embedded in each block.In the future more blocks may be added.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): libsimtools Download

Added: May 12, 2013 | Visits: 295

timedwaitbar.m A waitbar with ETA, Estimated Time of Arrival... Usage: h=timedwaitbar(fraction_complete[,optional_arguments]) Fraction: is a number between 0 and 1. a value of 1 means completed and closes the window. optional_arguments: are passed on to waitbar (see help on waitbar). h: window handle. some...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): timedwaitbar.m Download

Added: May 09, 2013 | Visits: 239

cwaitbar.m 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 example below on usage.%%%%%CWAITBAR Display compound wait bar.H = CWAITBAR(X,TITLE) creates and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): cwaitbar.m Download

Added: May 25, 2013 | Visits: 348

multiwaitbar This function stacks a series of status bars on the same figure, with labels. It also provides the ability to pause programs that call it by providing a "pause" pushbutton. It is much nicer than waitbar, and is easier to use.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): multiwaitbar Download

Added: June 16, 2013 | Visits: 127

FWAITBAR Creates and displays a waitbar depending on the file position indicator(FID).Due to the fact that the waitbar updates automatically via timer functionit is not necessary to update it manually in each cycle of the loop.H = FWAITBAR(FID) initializes the waitbar due to file identifierobtained from...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): FWAITBAR Download

Added: April 19, 2013 | Visits: 190

Busy Window For longer operations on your computer, it is practical to inform the user that a calculation is running. For this reason, you can call the 'busyWindow' function. It displays your message to the user.There are three modes: The busy window with an automatic progress bar, with a manual progress bar...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (42): Busy Window Download

Added: June 23, 2013 | Visits: 316

Progress Bar (Simple) 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 only an adaption of the waitbar.m file made to look more aesthetically pleasing, and should work...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Progress Bar (Simple) Download