Effacer les filtres
Effacer les filtres

How to plot a function F(a,b) having a matrix F (axb)

2 vues (au cours des 30 derniers jours)
Grigorios Chatziandreou
Grigorios Chatziandreou le 3 Déc 2022
Réponse apportée : Voss le 3 Déc 2022
Hello,
I have obtained a matrix for a stress component syy that is 801x180. This stress depends on another stress s that takes integer values from -400MPa to 400MPa (801 values) and angle of a crack from 0 to 179 deg (180 values). How can i plot that?
Feel free to suggest cool ways as well. 20% of my mark is nice presentation. Thanks
i = -400:1:400;
j = i + 401;
sigmap(j) = i;
k = 1:1:180;
phi = pi*(k-1)/180;
%using all those defining:
syy(j,k)

Réponses (1)

Voss
Voss le 3 Déc 2022
surf(phi,sigmap,syy)

Catégories

En savoir plus sur Stress and Strain dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by