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.328.363 Times

cwaitbar.m 1.0

  Date Added: May 09, 2013  |  Visits: 240

cwaitbar.m

Report Broken Link
Printer Friendly Version


Product Homepage
Download (47 downloads)



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 displays wait bars offractional lengths X and with one title string TITLE.The handle to the compound waitbar figure is returned in H.X values should be between 0 and 1.Each subsequent call to cwaitbar, CWAITBAR([BAR X]),extends the length of the bar BAR to the new position X.The first bar is the topmost bar and is BAR = 1 whichcorresponds to the outermost loop.H = CWAITBAR(X,TITLE) where TITLE is a cellstring with samenumber of titles as there are fractional lengths in X.Suitable for showing the bars' corresponding loop indices.H = CWAITBAR(X,TITLE,COLOR) where COLOR is the color of thebars. COLOR is either a color code character (see PLOT) oran RGB vector. The default color is red. COLOR can also bea cell array with same number of elements as there are barsin the cwaitbar figure.The order of the elements in vector X and cell arrays TITLEand COLOR which is consistent with the bar number BAR is:The first element corresponds to the first bar at the topof the figure which in turn corresponds to the outermost loop.CWAITBAR is typically used inside nested FOR loops thatperforms lengthy computations.Examples:cwaitbar([.3 .2 .7],'Please wait...'); %single titleh = cwaitbar([0 0 0],{'i','j','k'},{[.8 .2 .8],'b','r'});for i=1:5,% computations %for j=1:10% computations %for k=1:100% computations %cwaitbar([3 k/100])endcwaitbar([2 j/10])endcwaitbar([1 i/5])endclose(h)See also WAITBAR.

Requirements: No special requirements
Platforms: Matlab
Keyword: Array Arrays Bars Barsin Consistent Cwaitbarxtitlecolor Element Elements Figurethe Fractional Indicesh Isthe Number Order Showing Titleand Vector Xsuitable
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


CWAITBAR.M RELATED
Libraries  -  Getfem 3.0
The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods elementary computations. The goal is to provide a library allowing the computation of any elementary matrix (even for mixed finite...
4.3 MB  
Communication  -  DIGITAL BEAMFORMING 1.0
THIS FUNCTION PROVIDES A USER A UTILITY TO PLOT THE BEAMPATTERN OF LINEAR ISOTROPIC ARRAYS BY PROVIDING THE INTER-ELEMENT DISTANCES,CORRESPONDING WEIGHTINGS AND/OR STERING DIRECTION OF THE BEAM.
10 KB  
Development Tools  -  Cell2Vec 1.0
CELL2VEC - Concatenate cell elements to a vectorThe elements of arrays, which are elements of the input cell, are concatenated to a vector.V = Cell2Vec(C)INPUT: C: Cell array of any size. Accepted classes: all numerical types (DOUBLE, SINGLE,...
10 KB  
Science  -  Jef-X alpha.0.5.02
Jef-X willl come to be a very usefull platform independent tool to help enginers to calculate 3D spatial porch using springs, bars and frames (the finite elements). It uses JavaScript and XML to build and run structure objects.
747.24 KB  
Development Tools  -  block diagonal multiplication 1.0
Used to perform B*M or M*B with B a block diagonal matrix, B is stored as a cell array (call it C) with each element a matrix as a block of B, such that B = blkdiag(C{:}).This speeds up the multiplication when B is large and also allows the...
10 KB  
Network & Internet  -  Pagelets Technology 3.2.21
Pagelets Technology project allows developers to embed Java scripting elements inside of text documents in order to generate dynamic text-based output. The idea and functionality behind Pagelets is very similar to Java Server Pages with one huge...
1.6 MB  
Miscellaneous  -  Permutation order indices 1.1
Given a list, this script finds the indices used to get the elements from the list in sorted order.
 
Development Tools  -  Linear Discriminant Analysis Code 1.0
this function converts data from its original space to LDA spacedata is consist of M rows(sample size), N cols(dimensions)class is consist of M rows(sample size), 1 cols , each element of class is shows class number of each data sample(class...
10 KB  
Development Tools  -  Find myltiple numbers in array 1.0
multiFind serves a similar purpose as find but when looking for multiple elements in an array of numbers. It returns two arrays of numbers. Each row of the two arrays contains the pair of indexes in which the numbers were found in the two...
10 KB  
Libraries  -  Judy 1.0.1
Judy is a C library that provides a state-of-the-art core technology that implements a sparse dynamic array. Judy arrays are declared simply with a null pointer. A Judy array consumes memory only when it is populated, yet can grow to take...
1024 KB  
NEW DOWNLOADS IN SCRIPTS, GAMES
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Games  -  Propagation of Uncertainty 1.0
Handy little function, for those of you in lab classes where they are sticklers for error. (or for those of you that are actual scientists even...!).Propagation of uncertainty is a really slick formula, but its a massive pain to do by hand. this...
10 KB  
Games  -  Another Rule Based Sudoku Solver 1.0
If rules don't produce a solution, the program uses recursive method for the last resort.Usage:>> ARBSS('SDK1.txt')
10 KB  
Games  -  Matlab Mastermind 1.1
The fourth MATLAB Programming Contest, MasterminddlT«, ran from September 17-21, 2001.The challenge was to write an algorithm to solve a variation of the classic MasterminddlT« puzzle. Each entry did its best to determine unknown sequences...
20.48 KB  
Games  -  Sudoku16(Solver) 1.0
This is an inhanced version for Sudoku(Solver) which can be used to sovle 16*16 puzzles.Ideas of the program is the same as Sudoku(Solver).the problem is solved through 2 stepsstep1: with SudokuMethod1 in each square, list all the possible numbers...
10 KB  
Games  -  Interactive games: Space invaders + Breakout 1.0
Gameplay 1.0If you have Windows + MatLab (>6.0) + Webcam + Free time you are very lucky!Yes, because you can play Space Invaders or Breakout interactively so? move your body!You just need to download and unzip this file in one directory. The zip...
3.39 MB