Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Get data from plot at specific points not available in the original data.
1 回表示 (過去 30 日間)
古いコメントを表示
Here sections for my x and y data:
X:
0, 0.048522, 0.097044, 0.145566, 0.194088, 0.24261
and Y:
-0.626144, -3.172536, -2.938785, -3.454333, -3.813695, -1.108578
I want to know the y value for specific x values, such as 0.04, 0.08, etc.
Edit: I have attached the whole data here if you want to take a look.
回答 (1 件)
Rik
2017 年 9 月 29 日
What you want is impossible without fitting a function to your data. This can be achieved in many ways, for example by fitting a quadratic curve to your data with polyfit.
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!