I want to plot equal area criteria. Which command I should use?

7 ビュー (過去 30 日間)
Swaliya Kagadi
Swaliya Kagadi 2022 年 7 月 12 日
編集済み: Image Analyst 2023 年 11 月 21 日
Pm = 0.8;
E = 1.17;
V = 1.0;
X1 = 0.65;
X2 = inf;
X3 = 0.65;
eacfault(Pm, E, V, X1, X2, X3)
Where can I get the eacfault function?

回答 (1 件)

Harshit Gupta
Harshit Gupta 2022 年 7 月 12 日
Hi, I understand that you want to use the eacfault function to plot equal area critera, but MATLAB does not have this function inbuilt.
You need to either create the function yourself, or you can use any "eacfault.m" open source file.
Here's a link for the open source file: eacfault.m. I've tested this file and it works. Download it and move it to the same path as the file that you're currently working on.
Make sure that the function name in the file and the file name match, otherwise the function won't be recognized.
Hope this helps!
  2 件のコメント
Naman
Naman 2023 年 11 月 20 日
Internal Server not found. Kindly share again
Image Analyst
Image Analyst 2023 年 11 月 21 日

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by