How to use 'tid' command?
Show older comments
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 Comments
"How to use 'tid' command?"
tid is not a command, it is the input argument of an anonymous function:
Idris jae
on 22 Apr 2020
Answers (1)
Idris jae
on 22 Apr 2020
0 votes
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!