How to translate this part of code to a pseudocode? thanks in advance
Show older comments
I=imread('10arb_old.png');
[count11,x]=imhist(I(:,:,1));
I=imread('10arb_med.png');
[count21,x]=imhist(I(:,:,1));
I=imread('10arb_new.png');
[count31,x]=imhist(I(:,:,1));
count1=count11+count21+count31;
count=[count1 count2 count3];
Accepted Answer
More Answers (1)
Image Analyst
on 20 Jun 2014
0 votes
Just add comments. Those can be your pseudocode.
1 Comment
Mennat Allah Elsenousy
on 20 Jun 2014
Categories
Find more on Test and Measurement in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!