Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
extract a database from a matlab program
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I extract a database (data is an images) from a matlab program that uses "load (filename)?
0 commentaires
Réponses (1)
Preethi
le 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 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!