Effacer les filtres
Effacer les filtres

ab = double(lab_he(:,:,2:3)); nrows = size(ab,1); ncols = size(ab,2); ab = reshape(ab​,nrows*nco​ls,2);

1 vue (au cours des 30 derniers jours)
ab = double(lab_he(:,:,2:3)) what this line means?
  1 commentaire
Ha Hoang
Ha Hoang le 24 Juil 2018
I need lab_he function for command bellow ab = lab_he(:,:,2:3); Please show me how to take it Thank you

Connectez-vous pour commenter.

Réponse acceptée

Jan
Jan le 29 Sep 2017
Modifié(e) : Jan le 29 Sep 2017
lab_he(:, :, 2:3)
is the [M x N x 2] subarray taken from the [M x N x P] array called lab_he. double() converts it to the type double.
These are elementary Matlab methods. If is not efficient to ask such general and basic questions in the forum. Better read the "Getting Started" chapters of the documentation to learn how to use this powerful language.

Plus de réponses (0)

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by