Info
此问题已关闭。 请重新打开它进行编辑或回答。
extract a database from a matlab program
4 次查看(过去 30 天)
显示 更早的评论
How can I extract a database (data is an images) from a matlab program that uses "load (filename)?
0 个评论
回答(1 个)
Preethi
2016-11-21
hi,
load(filename) loads all the variables into workspace, you can save them as a .mat file or any other supported format.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!