How would you type this into matlab?

조회 수: 1 (최근 30일)
Nicholas Deosaran
Nicholas Deosaran 2020년 10월 26일
편집: John D'Errico 2020년 10월 26일
Hello all,
I would like to know how would I type this equation into MatLab.
Thank you
  댓글 수: 1
John D'Errico
John D'Errico 2020년 10월 26일
편집: John D'Errico 2020년 10월 26일
You would start at the beginning. There is nothing complicated here. the functions cos, sinh, cosh, etc., are all defined in MATLAB. Make sure you know that sin and cos are defined in term of radians. Even the variable pi is predefined as the number you ywould expect it to be.
Use * or perhaps better .* to multiply things. You divide something using /, so H/2 is exactly what you might expect it to be.
If you want to cube the result of a funcion, then do just that. Evaluate the function, then raise it to the third power.
Why not make an effort? TRY IT. Then when you do, if you generate an error, THEN ask for help. Show the complete error that is given, everything in red.
  1. You might find that you knew how to solve the problem in the first place.
  2. You might learn something along the way.
How can it possibly hurt to try?
If you really have no clue how to do any of this, then is there any valid reason why you would not start by reading the available tutorials? The MATLAB OnRamp tutorial, for example? I know that real men don't need no steenkin manuals, but perhaps it is right to make an exception?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by