matlab progress bar Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: progressbar.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Ohad Gal (View more)

matlab progress bar script description:




Publisher review:
matlab progress bar - Progressbar with an abort button. This zip file contain 3 files:progressbar.m - the progress bargui_active.m - polling function to be used in the runnig application (optional)gauge_abort_icon.mat - the icon on the button (optional button)Directions:place 3 files in the same folder, and let MATLAB "know" it's path.you can create as many progressbars as you want, and update each of them using a unique handle.if a progress bar is closed using the "X" button on the upper-right corner of the progressbar, the function will create it again with it's same state, see example below (use copy-paste)progressbar - shows a progress bar dialog based on the function "waitbar" Format: handle = progressbar( handle,increment [,string,titlestr] ) Input: handle - handle to current progress bar, [] for a new one increment - a fraction (0..1) to increment by.(-1) signals the function to remove the handle from the persistant list and close the progressbarstring - a string to be replaced in the progress bar (optional)titlestr - a title for the dialog box (optional) Output: handle - a graphic handle of the dialog box NOTE: this function uses a persistant list of handles and thier values.therefore, to delete a progressbar, please call the function with: progressbar( handle,-1 ); an "abort" button is formed inside the progressbar, if the calling process uses the persistent function "gui_active". when the "abort" button is pressed, the Callback function "gui_active" changes it's value to zero, which enables the application to interactively stop execution Example: gui_active(1); % will add an abort buttonh = progressbar( [],0,'my test' );max_count = 1e 3;for idx = 1:max_countfprintf( '%d',idx )';h = progressbar( h,1/max_count );if ~gui_activebreak;endendprogressbar( h,-1 ); Requirements: ยท MATLAB Release: R12.1
matlab progress bar is a Matlab script for Development Tools scripts design by Ohad Gal. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5