Meet multiple conditions (or)
12 views (last 30 days)
Show older comments
MARIA RODRIGUEZ SANZ
on 4 Jul 2019
Commented: MARIA RODRIGUEZ SANZ
on 4 Jul 2019
Hi!
I wold like to show the objects of an image meeting a condition:
imshow(peroxi_3d_lab==condition)
This condition can be x, or y, or z or....
imshow(peroxi_3d_lab==1 | peroxi_3d_lab==3 | peroxi_3d_lab==10)....
Do I need to specify every condition? This would be bothering because I have many conditions (and different) for every image...and lots of images...
imshow(peroxi_3d_lab==[my_condition_array])
???
Thanks in advanced!
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Logical 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!