Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters.
이전 댓글 표시
stft = (Of_rightHandAccx_filtered,60,'Window',win,'OverlapLength',98,'FFTLength',2048);
댓글 수: 1
Raghav
2022년 6월 29일
As per the error message: check for mismatched delimiters.
stft(Of_rightHandAccx_filtered,60,'Window',win,'OverlapLength',98,'FFTLength',2048);
would work if other variables like: Of_rightHandAccx_filtered and win are deefined correctly.
For further understanding stft() function in MATLAB, go through the documentation I have attached here.
Thanks
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!