strength of materials in matlab
10 ビュー (過去 30 日間)
古いコメントを表示
Hi. I try to draw a beam in matlab like in the picture. can somebody help me?
0 件のコメント
回答 (1 件)
KSSV
2020 年 8 月 1 日
P = [0 0] ;
L = 1000 ; % length of beam
B = 0.5 ; % breadth of beam
B = [P ; L P(2) ; L B ; P(1) B] ;
patch(B(:,1),B(:,2),'b')
ylim([-5 5])
box on
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で External Language Interfaces についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!