strength of materials in matlab
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi. I try to draw a beam in matlab like in the picture. can somebody help me?
0 Kommentare
Antworten (1)
KSSV
am 1 Aug. 2020
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 Kommentare
Siehe auch
Kategorien
Mehr zu External Language Interfaces finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!