Where can I find matlab functions Welch3 and dstval

조회 수: 1 (최근 30일)
Iolo Squires
Iolo Squires 2023년 3월 4일
댓글: Iolo Squires 2023년 3월 6일
I've inherited some code from a collaborator which uses two functions (Welch3 and dstval) that I can't find anywhere. I've tried searching google, matlab answers and GitHub but I can't find anything. Here's an example of how the two functions are used:
%this is the Welch3 function which I think is a statistical test.
[Vel_allRNAi.p_welch(RNAi,vel_stat) Vel_allRNAi.Sig(RNAi,vel_stat)] = Welch3(data1,data2,Significance,'mean');
%this is the dstval function
Vel_allRNAi.Vel_data(RNAi,4) = (nanstd(Vel.post.mag_af(:))/sqrt(Vel_allRNAi.Number_frames(RNAi,1))) * dstval(0.68,Vel_allRNAi.Number_frames(RNAi,1));

채택된 답변

Cris LaPierre
Cris LaPierre 2023년 3월 4일
Those are not functions created by MathWorks. I also can't find a source for them googling, so they are likely custom functions. I would check with the original author of the code, or search for a local function within the script itself.
  댓글 수: 1
Iolo Squires
Iolo Squires 2023년 3월 6일
Thanks for your reply. I emailed the code author and they were custom functions :)
Iolo

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by