confusing about the operator

조회 수: 1 (최근 30일)
Tinkul
Tinkul 2014년 5월 14일
There is a code of operator:
SHI=Wavelet('Daubechies', 6,4);
FI=randn(40,100);
A=@(x) FI*(SHI'*x)
At=@(x) SHI*(FI'*x)
i am confusing about the operator. Is it write or wrong?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by