How to extract specific data from the data files?
古いコメントを表示
Hello,
CL = [ 0.572526 0.601916 0.631107 ];
CD = [ 0.024868 0.025337 0.025902 ];
How to output the value of CD when CL is 0.6?
I want to use linear interpolation but I don't know how to do.
Thakns for reading.
2 件のコメント
Ameer Hamza
2020 年 10 月 5 日
What model does the data follow? Linear? Polynomial? Or is there some other nonlinear relation between CL and CD?
hj lee
2020 年 10 月 5 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!