how to obtain .hdr files from .mat
Show older comments
Hello,
I am following this tutorial https://www.mathworks.com/help/images/end-member-material-identification-using-spectral-library.html
and in the tutorial, jasperRidge2_R198.hdr file used, I have looked for this file in the specific format and I can only find jasperRidge2_R198.mat.
how do I obtain jasperRidge2_R198.hdr file?
Do I need to convert jasperRidge2_R198.mat to jasperRidge2_R198.hdr ? If yes, how can I do it?
Thank You
2 Comments
dpb
on 18 Oct 2022
Maybe they saved the result of creating the hypercube object from the header file as a .mat file -- see what you get if you just load it. If you're lucky you can then just carry on from there.
You can always just use
whos -file jasperRidge2_R198.mat
to see what's inside it first...
Mohammed Younus
on 23 Oct 2022
Accepted Answer
More Answers (0)
Categories
Find more on Convert Image Type 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!
