Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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);
------------------------------------
Citar como
Nicholas Palmiero (2026). MSS_DE_Plot (https://es.mathworks.com/matlabcentral/fileexchange/101328-mss_de_plot), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.0.0 (2,43 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0 |
