Did you ever want to store your MATLAB(R) data in a SQL database?
Nothing large, simply a few array or strutures in a few tables.
Maybe a few indicies and everything manageable with SQL commands?
Then msqlite will be the right choice for you!
mksqlite connects the power of MATLAB(R) with the efficiency of the SQLite database engine.
(See also https://github.com/AndreasMartin72/mksqlite)
Features
- Easy usage/interface
- Managing just a few up to megabytes of MATLAB(R) datasets, gaining the power of SQL
- Benefits from SQLite features: self-contained, serverless, zero-configuration, one-file database
- Managing BLOB data type (also to store complex MATLAB(R) data types)
Categories
Front-EndsLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow mksqlite
Other Useful Business Software
Say goodbye to broken revenue funnels and poor customer experiences
LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
Rate This Project
Login To Rate This Project
User Reviews
-
Works great with Matlab R2012a, I simply copied the files into the path and ran one of the files (provided) and it works like a charm out of the box. The features given seem complete enough for my purposes, I have not tested complicated SQL statements but I suspect any issues would be limitations in SQLite and not mksqlite