RNEL_DB Object Oriented Database for Matlab

RNEL_DB is a class definition that facilitates the user to develop a database in Matlab.
699 Downloads
Updated 3 May 2012

View License

RNEL_DB is an object oriented database solution for large data sets that need to be stored and/or analyzed within Matlab. It provides a transparent solution for people that currently store their data in matlab-structures.

Using the RNEL_DB class-definition, we created a database solution that:
* is transparent to the user as it behaves like a giant Matlab structure.
* has a distributed file system which saves the data across many files.
* has an object oriented structure which enables object specific methods.
* enforces a structured way for organizing functions related to the data.
* has fast access to all the data.
* is 100% developed using standard Matlab syntax, making it easy to adapt to specific needs.

Currently, we have over 20 GigaBytes of data stored in the database are able to access everything as easy as indexing a giant Matlab structure.

UPDATE:
This project is currently available on Github.com under the name HDS-Toolbox.

http://jwagenaar.github.com/HDS-Toolbox/

https://github.com/jwagenaar/HDS-Toolbox

Cite As

Joost Wagenaar (2024). RNEL_DB Object Oriented Database for Matlab (https://www.mathworks.com/matlabcentral/fileexchange/26643-rnel_db-object-oriented-database-for-matlab), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Image Processing Toolbox 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.4.0.0

changed/added link

1.3.0.0

This project is currently available on Github.com under the name HDS-Toolbox.

https://github.com/jwagenaar/HDS-Toolbox

1.2.0.0

slightly changed the documentation

1.1.0.0

- Changed the downloadable content

1.0.0.0