필터 지우기
필터 지우기

How to write this equation(a​rgmax(0<=t​<255)(1-h(​t) w(t)) in matlab code?

조회 수: 1 (최근 30일)
sheeba
sheeba 2013년 9월 5일
  1. 0<=t<255 is lower limit to argmax. how to use this in matlab coding.
  2. before this the variable h(t),w(t)should be in these variables or it can be replaced by any other variable.. because i initialised for h(t) is p(thresh) and for w(t) is temp1
pls answer for these two questions.
  댓글 수: 1
Laurent
Laurent 2013년 9월 5일
Did you try something yourself yet?
If any of the answers to your other questions are useful to you, please accept them.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2013년 9월 5일
[minval, minidx] = p .* temp1;
  댓글 수: 1
sheeba
sheeba 2013년 9월 6일
What is this [minval, minidx]?.. i didn't get he answer. clearly i give the equation.. t(in suffix opt)=argmax(limit 0<=t<255)={(1-h(t)(w1(t)a^2(t)+(w2(t)e^2(t)))} pls answer for this question.. lot of times i worked for this equation... i didn't get it.. so pls help me.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by