How to specify PDE model coefficients in MATLAB 2015b?

조회 수: 1 (최근 30일)
Pedro Andre Viegas Ochoa de Carvalho
댓글: Ravi Kumar 2016년 7월 14일
I have MATLAB 2015b and I am trying to implement the example in this webpage (<http://nl.mathworks.com/help/pde/examples/dynamics-of-a-damped-cantilever-beam.html)>. For it I need to solve a PDE model, for which I need to specify coefficients. In the example, that is done with the function 'specifyCoefficients'. However, in MATLAB 2015b, that function is not avaiable yet.
How to specify the PDE model coefficients in MATLAB 2015b?
Thank you for the support. Kind regards, Pedro Ochoa

답변 (1개)

Alan Weiss
Alan Weiss 2016년 7월 12일
I suggest that you either use the built-in MATLAB help system, available by entering
doc
at the command line, or use the R2015b documentation.
Alan Weiss
MATLAB mathematical toolbox documentation
  댓글 수: 3
Pedro Andre Viegas Ochoa de Carvalho
Dear Alan,
In the example
(<http://nl.mathworks.com/help/releases/R2015b/pde/examples/dynamics-of-a-damped-cantilever-beam.html>)
what should be the units of the force, P?
Thank you. Regards,
Pedro Ochoa
Ravi Kumar
Ravi Kumar 2016년 7월 14일
Hi Pedro,
P is distributed load, hence it should be provided as force per unit length. For example, if you are using SI units, then P should be in N/m.
Regards,
Ravi

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by