Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Matrix Multipication by equation ?

1 Ansicht (letzte 30 Tage)
Ranga Tudugala
Ranga Tudugala am 30 Dez. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I have Dicom matrix 512 by 512 callde "HU". actually its CT HU value matrix. Now I want to multiply each element by this equation
New= 405+ 0.023HU - 0.0041HU^2 (in here square of HU element value).
  1 Kommentar
Sal
Sal am 30 Dez. 2015
Not sure what you are asking here. Do you want to transform each element of the HU matrix according to that equation? If yes, try this: New = 405 + 0.023 * HU - 0.0041 * HU.^2 (mind the dot here)

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by