Clear Filters
Clear Filters

How to I imread and imshow a stack of tiff images?

21 views (last 30 days)
I have created a stack of images and I want to view them using the imshow function but I always get the error message saying that matlab can only display one frame from this multiframe file. How do I view all the frames in a multiframe file?
  3 Comments
Merrilee Thomas
Merrilee Thomas on 6 Jul 2018
@walterRoberson - how can you view the tiff stack in a time sequence? In image J there is a thing called plot Z stack image profile. Is there a way to do that same thing in matlab? I want to be able to take a mask and then take all the highlighted areas of interest and turn them into x and y data that the x data is time and Y would be a change in fluorescence data points. Please HELP! Thanks M
Walter Roberson
Walter Roberson on 6 Jul 2018
To display images in time sequence, I like to recommend the File Exchange contribution videofig()
I am not familiar with "plot Z stack image profile".
If you had images you wanted to display at different Z values, then one way is to use warp() in the form warp(Z, RGB)
Do you have sample inputs and outputs for us to look at for what you are trying to do?

Sign in to comment.

Accepted Answer

Anand
Anand on 1 Apr 2013

More Answers (0)

Categories

Find more on Read, Write, and Modify Image 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!