現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
Written by Nicholas Palmiero
10/30/2021
This function takes the two principle stresses (usually found through
Mohr's Circle), the ultimate tensile strength of the material, and the
units in which these values are defined (if the units input is not
included, no units are displayed on the resulting plot) and plots
the Max Shear Stress and Distortion Energy (von Mises) curves as well as
the position of the current stress state. This function is to be used only
to visualize the MSS and DE curves.
This function does not return an output in the form of a variable. The
output is a plot generated on screen. Examples of how to use this
function are below.
------------------------------------
siga = -10;
sigb = 7;
sut = 40;
MSS_DE_Plot(siga,sigb,sut,'MPa');
------------------------------------
siga = 30;
sigb = -18;
sut = 65;
MSS_DE_Plot(siga,sigb,sut);
------------------------------------
引用
Nicholas Palmiero (2026). MSS_DE_Plot (https://jp.mathworks.com/matlabcentral/fileexchange/101328-mss_de_plot), MATLAB Central File Exchange. に取得済み.
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0 |
