- Make your code a function
- Call your function several times
- Store your results in an array. Cell arrays will store uneven results.
code to recall another code and extract answers
1 回表示 (過去 30 日間)
古いコメントを表示
I have a code that analyzes an image and gives several different answers like A B C D E F G H
i want to create another code that runs for all images i have available like image1 image 2 image3 image4 image5
and extracts only the answers i need
lets say A and B
and puts them into matrices
like this
A=[ A1, A2, A3, A4, A5] B=[B1, B2, B3, B4, B5]
Can anyone give me an idea on how to do this?
thank you
1 件のコメント
José-Luis
2014 年 6 月 24 日
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!