how to give value stress from excel give color in my mesh

1 回表示 (過去 30 日間)
Nobeth Bastanta Ginting
Nobeth Bastanta Ginting 2022 年 6 月 22 日

採用された回答

KSSV
KSSV 2022 年 6 月 22 日
  9 件のコメント
Nobeth Bastanta Ginting
Nobeth Bastanta Ginting 2022 年 6 月 23 日
hi sir i get my want. but how to get element 10x10? because i see element not 10x10. and how to change axis to range 0-100 in x and y. thank you sir
Nobeth Bastanta Ginting
Nobeth Bastanta Ginting 2022 年 6 月 23 日
value stress in middle of element sir so i want value stress in element not in nodes because my teacher say stress in element not in nodes

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

その他の回答 (1 件)

Hiro Yoshino
Hiro Yoshino 2022 年 6 月 22 日
Not sure what you want to do exactly but it seems this is an application of mesh function.
As you can see (click the link), you can specify the color with the fourth argument (CO) of the function:
[X,Y,Z] = peaks(25);
CO(:,:,1) = zeros(25); % red
CO(:,:,2) = ones(25).*linspace(0.5,0.6,25); % green
CO(:,:,3) = ones(25).*linspace(0,1,25); % blue
mesh(X,Y,Z,CO)
  1 件のコメント
Nobeth Bastanta Ginting
Nobeth Bastanta Ginting 2022 年 6 月 22 日
the plot is not like that sir. the result is plane stress 2D

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

カテゴリ

Help Center および File ExchangeStress and Strain についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by