strength of materials in matlab

10 ビュー (過去 30 日間)
math search
math search 2014 年 5 月 28 日
回答済み: KSSV 2020 年 8 月 1 日
Hi. I try to draw a beam in matlab like in the picture. can somebody help me?

回答 (1 件)

KSSV
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

カテゴリ

Help Center および File ExchangeExternal Language Interfaces についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by