How to extend a curve until x-axis and y-axis
18 ビュー (過去 30 日間)
古いコメントを表示
Hi guys! I've plotted the red curve through a set of data (.txt file of points):
![AVL_fitting.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/261235/AVL_fitting.png)
How can I extend the red curve untile axes of cartesian plane ?
4 件のコメント
採用された回答
WalterWhite
2020 年 1 月 15 日
It doesnt seem to happen with interpolation(interp1)...atleast for me. But i've come up with an alternative based on the geometry and i've explained the reason along the code. Hope this helps![untitled.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/261845/untitled.jpeg)
![untitled.jpg](https://www.mathworks.com/matlabcentral/answers/uploaded_files/261845/untitled.jpeg)
3 件のコメント
WalterWhite
2020 年 1 月 15 日
It's basically the same concept for the other end. You just have to copy paste and change the values. But this is not an accurate result, mind you
その他の回答 (1 件)
Navya Seelam
2020 年 1 月 15 日
Hi,
You can use interp1 function to interpolate your plot till x=0. There are different methods the function adopts for interpolation. You can choose from these methods to achieve appropriate interpolation. For more details on interp1 go through the link below.
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!