Call a waitbar from within a DLL written in C

Example code for embedding a call to the Matlab waitbar() function from within a DLL written in C
1.9K Downloads
Updated 3 Feb 2006

View License

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 notified that processing is still taking place. This code is an example of how to call the waitbar() from within a DLL that is written in C.

Cite As

Bill Davidson (2024). Call a waitbar from within a DLL written in C (https://www.mathworks.com/matlabcentral/fileexchange/9874-call-a-waitbar-from-within-a-dll-written-in-c), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Dialog Boxes in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0