Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Please help me how to multiply diffrent matriks?

1 vue (au cours des 30 derniers jours)
Oman Wisni
Oman Wisni le 20 Sep 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
This is the different matrix I have.
x1 = 583x1037x3 uint8
X2 = 583x1037 uint8
Before I get error cause different type class of integer and double. Now I get error in different dimension. Please help me how to multiply this, it will great if I can continue my code
  3 commentaires
Oman Wisni
Oman Wisni le 20 Sep 2018
Modifié(e) : Oman Wisni le 20 Sep 2018
I using matlab r2015a..
Yes, I want to multiply the channel from green channel and saturation channel.
Its okay, I already can continue my program. Thanks for your answers
Walter Roberson
Walter Roberson le 20 Sep 2018
x1(:,:,2) .* x2
perhaps

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by