Need help in creating a script without using for loops.
이전 댓글 표시

I am trying to write a scrpt without using for loops. Attach is the scripts with for loops. They are for Q3a and Q3b.


댓글 수: 4
KSSV
2020년 9월 25일
Home Work......what have you attempted?
matthew choo
2020년 9월 25일
KSSV
2020년 9월 25일
Don't show your image as a image snippet....copy your code here.
matthew choo
2020년 9월 25일
답변 (1개)
David Hill
2020년 9월 25일
N=length(x);
Xk=sum(x.*exp((-1i*2*pi/N*(0:N-1)).*(0:N-1)'),2);
카테고리
도움말 센터 및 File Exchange에서 Image Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
