Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Please help me how to multiply diffrent matriks?

1 visualización (últimos 30 días)
Oman Wisni
Oman Wisni el 20 de Sept. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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 comentarios
Oman Wisni
Oman Wisni el 20 de Sept. de 2018
Editada: Oman Wisni el 20 de Sept. de 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 el 20 de Sept. de 2018
x1(:,:,2) .* x2
perhaps

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by