フィルターのクリア

how to find out slope

1 回表示 (過去 30 日間)
Mayank Lakhani
Mayank Lakhani 2015 年 9 月 24 日
回答済み: Walter Roberson 2015 年 9 月 24 日
plot(flip(f2),phsre(11,:),'-*'); xlim([7.5e10 11e10]);
i want to find out slope of this graph. how shoud i do it.

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 9 月 24 日
pp = polyfit(flip(f2),phsre(11,:),1);
slope = pp(1);

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by