I want to do some analysis on this hyperspectral image but when i load this in the matlab workspace it say "Cannot display summaries of variables with more than 524288 elements". my value is 614x1848x220 uint16. how do i overcome this problem

1 vue (au cours des 30 derniers jours)
I want to do some analysis on this hyperspectral image but when i load this in the matlab workspace it say "Cannot display summaries of variables with more than 524288 elements". my value is 614x1848x220 uint16. how do i overcome this problem
  7 commentaires
bidlee devi
bidlee devi le 1 Juil 2017
Walter, if i have to combine three bands how do i do that.
Walter Roberson
Walter Roberson le 1 Juil 2017
cat(3, firstband, secondband, thirdband)
but since all of your data is probably in a 3D array, just extract
bands = [17 53 58]; %for example
combined_bands = YourHyperImage(:, :, bands);

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Hyperspectral Image Processing dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by