MatrixRain

Matrix (the movie) rain command line progress bar for Matlab
16 Downloads
Updated 22 Aug 2019

matrix (the movie) rain command line progress bar

Pass the percentage of progress in each cycle of a loop. The 'done' value is between 0 and 1.

% example:

for iCal = 1:1000
% myCalculaiont(xx)
pause(0.05)
matrixRain(iCal/1000)
end

Cite As

Koorosh Mirpour (2024). MatrixRain (https://github.com/NeuroScioma/MatrixRain), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2019a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Just for fun 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!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.2.0

Just connection to Github

1.1.0

Japanese like character were replaced.

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.