How can I convert x-axis (cycle or day) to x-axis (frequency) ?
조회 수: 4 (최근 30일)
이전 댓글 표시
How can I convert x-axis (cycle or day) to x-axis (frequency) ?
If it is possible, could you tell me the method??
댓글 수: 0
채택된 답변
Yusuf Suer Erdem
2021년 12월 12일
Firstly make x axis represents the time (t).
Later divide "(t)" with 1 becase "f=1/(t)".
And plot it "plot(f,x)".
댓글 수: 0
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!