필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Matrix Multipication by equation ?

조회 수: 1 (최근 30일)
Ranga Tudugala
Ranga Tudugala 2015년 12월 30일
마감: MATLAB Answer Bot 2021년 8월 20일
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
Sal
Sal 2015년 12월 30일
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)

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by