Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
what didi i do wrong
조회 수: 1 (최근 30일)
이전 댓글 표시
- clc, clear
- T=[cosd(48.81) 1 0 0 0 0 0 0 0;
- 0 -1 0 0 cosd(48.81) 1 0 0 0;
- 0 0 1 0 sind(48.81) 0 0 0 0;
- -cosd(48.81) 0 0 1 0 0 0 0 0;
- -sin(48.81) 0 -1 0 0 0 0 0 0;
- 0 0 0 -1 -cosd(48.81) 0 0 0 0;
- 0 0 0 0 -sind(48.81) 0 -1 0 -sind(45);
- 0 0 0 0 0 0 0 0 sind(45);
- 0 0 0 0 0 0 0 -1 -cosd(45)];
- A=[0; 0; 0; 0; 1800; 1200; 0; 1500; 0];
- N1=1:9;
- F=T\A;
- tbl=[N;F'];
- disp(' Member Force')
- disp(' No. Lbf')
- fprint(' %1i %7.1f',tbl)
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!