What is the smart way of managing data in Matlab?

1 次查看(过去 30 天)
The question is a bit vague, but I'll try to explain.
I have a rather ugly data source (bad quality scans of handwritten notes). I wrote a Matlab application to extract reasonable data from this notes. (A bit of image processing and machine learning)
Now I want to choose a smart way of storing, merging and analyzing datasets created by my program.
The data seems to fit in the relational model quite well. Currently I save it into a bunch of CSV files, but working with them is tiring. (No ready functions for searching, merging, etc. And I have to care about uniqueness of indices, data consistency, etc... )
So what is the natural way of storing datasets in Matlab? Anything like LINQ? Or should I set up a MySQL server and use a database toolbox? Maybe, I should use CDF/netCDF/H5?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Database Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by