extract a database from a matlab program

How can I extract a database (data is an images) from a matlab program that uses "load (filename)?

回答 (1 件)

Preethi
Preethi 2016 年 11 月 21 日

0 投票

hi,
load(filename) loads all the variables into workspace, you can save them as a .mat file or any other supported format.

この質問は閉じられています。

質問済み:

2016 年 11 月 18 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by