how to make image database in matlab?
古いコメントを表示
回答 (1 件)
Stalin Samuel
2016 年 3 月 11 日
0 投票
- Read all the images
- save it in a single variable using save command (e.g save var_name )
- you can use this saved images at any time by using load command (e.g load vart_name)
カテゴリ
ヘルプ センター および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!