No License
RLOAD: Regular expression LOAD
Load multiple data files in one go. The files are specified in the form of a regular expression.
Example:
Assuming the current dir holds the files a1.dat, a2.dat and a3.dat
rload a[1-3].dat
will load all of them at once.
NOTE:
1. A valid regexp is determined by the underlying shell(in UNIX).
2. RLOAD works only under UNIX, atleast for now.
RLOAD was tested using MATLAB 5.1 and higher on AIX 4.2. I expect it to work on any UNIX system, since the only requirement for RLOAD is the 'ls' command.
Cite As
Srinivasa Valiveti (2026). rload (https://www.mathworks.com/matlabcentral/fileexchange/336-rload), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
