MATLAB regression tree analysis
2 views (last 30 days)
Show older comments
0 down vote favorite
I have five different images, size is 9000rows and 9000columns. I want to calculate the index using following rules . the rules are (1) if image1<= 4.6 and image2 in R, D then index = 734.5 + 437 image1
(2)if image1 > 4.6 and image2 = E then index = 3869.4 + 6 image1 + 8 image3 - 7 image4
(3)if image1 > 4.6 and image2 in R, P and image5 <= 0.73 then index = 3639.5 + 388image1 - 4439 image5
I want to make the index image. can any one please tell me how can I do this.
if image size is a problem(9000*9000), can you please tell how to do it for 100*100 image
0 Comments
Answers (0)
See Also
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!