Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
need to use function to create multiple outputs
조회 수: 1 (최근 30일)
이전 댓글 표시
The maximum deflexion of a wind turbine blade should be no more than 10% ofits length. The formula used to calculate deflexion being:Where Δ is the deflexion in mm and L is the length of the blade, mm. Given that the maximumload (W) to be applied to the blade is 8500N, E the elastic modulus of the blade material is42000 N/mm2, moment of inertia , I is 10 million mm4.
Create a MATLAB function (1%) to determine whether the deflexion of the blade will exceed design parameters or not. Your function should require Length, L, in meters as an input andreturn the resulting deflection as an output, again in meters (1%)
댓글 수: 1
Image Analyst
2023년 12월 11일
This looks like a homework problem. If you have any questions ask your instructor or read the link below to get started:
Obviously we can't give you the full solution because you're not allowed to turn in our code as your own.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!