Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

need to use function to create multiple outputs

1 view (last 30 days)
Bastian
Bastian on 11 Dec 2023
Closed: Cris LaPierre on 11 Dec 2023
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 Comment
Image Analyst
Image Analyst on 11 Dec 2023
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.

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!