Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
extract a database from a matlab program
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can I extract a database (data is an images) from a matlab program that uses "load (filename)?
0 Commenti
Risposte (1)
Preethi
il 21 Nov 2016
hi,
load(filename) loads all the variables into workspace, you can save them as a .mat file or any other supported format.
0 Commenti
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!