필터 지우기
필터 지우기

How to use 'tid' command?

조회 수: 3 (최근 30일)
Idris jae
Idris jae 2020년 4월 22일
댓글: Idris jae 2020년 4월 22일
Hi guys,
I am not sure if I put the question right.
I am trying to understand a code i came across and trying tiunderstand the implmentation.
Equation 1 is clear, the question is on equation 2. can anyone explain the function of ''@(tid)".
I have checked MATLAB documentation but found skelatal explanation.
Thank you
wvppts.wvelv = @(h,x,y,wf,t) 0.5*h*cos(k*x-wf*t);.............1
vpostnSb=@(tid) real(wvppts.wvelv(h,x,y,const.wf,tid)).........2
  댓글 수: 2
Stephen23
Stephen23 2020년 4월 22일
편집: Stephen23 2020년 4월 22일
"How to use 'tid' command?"
tid is not a command, it is the input argument of an anonymous function:
Idris jae
Idris jae 2020년 4월 22일
I still didnt get clear explanantion on 'tid"., All I get in the matlab documentation is tid is task identifier,please i want to know how it works in the function.
is it some sort of range of values?

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

답변 (1개)

Idris jae
Idris jae 2020년 4월 22일
thanks

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by