~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to MATLAB_Tools/waitmex/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere, Rafael Laboissiere, Ondrej Certik
  • Date: 2008-02-21 14:46:50 UTC
  • mfrom: (1.1.2 upstream) (5.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221144650-tgeppgj0t7s759i8
Tags: 3.1.0-3
[ Rafael Laboissiere ]
* Upload to unstable

[ Ondrej Certik ]
* XS-DM-Upload-Allowed: yes field added
* Ondrej Certik added to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
WAITMEX provides a simple way of using a waitbar from within a C mexFunction.
 
2
 
 
3
Files:
 
4
 
 
5
    README.txt      this file
 
6
    waitexample.c   a C mexFunction that uses the waitmex.c functions
 
7
    waitexample.m   help for waitexample
 
8
    waitex.m        a MATLAB m-file equivalent of waitexample.m
 
9
    waitmex.c       four functions for accessing a waitbar in a mexFunction
 
10
    waitmex.h       include file required for using waitmex.c
 
11
    waitmex.m       compiles the waitexample mexFunction
 
12
 
 
13
For more help, and to compile, install, and test the waitmex functions, type:
 
14
 
 
15
    waitmex
 
16
 
 
17
in the MATLAB Command Window.  For details on how to call the waitmex functions,
 
18
see waitmex.c, and see the examples given in waitexample.c.
 
19
 
 
20
These functions should be easily adaptable to any of the many replacements for
 
21
waitbar posted on the MATLAB Central File Exchange, particularly if they use
 
22
the same input and output arguments as the MATLAB waitbar.
 
23
 
 
24
Copyright 2007, Tim Davis, University of Florida.
 
25
http://www.cise.ufl.edu/~davis
 
26
Aug 27, 2007