How can I extrapolate following data to a certain value in x direction.
조회 수: 4 (최근 30일)
이전 댓글 표시
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/735374/image.jpeg)
I have the following graph from my data and I want to extrapolate to 5000 in x direction with the given y data. How can I do it? I would like to fit the data exponentialy.
채택된 답변
darova
2021년 9월 11일
Make this changes to your code
Transmission = [Tranmission Tansmission(end)];
Length = [Length 5000];
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!