How to specify PDE model coefficients in MATLAB 2015b?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Pedro Andre Viegas Ochoa de Carvalho
el 12 de Jul. de 2016
Comentada: Ravi Kumar
el 14 de Jul. de 2016
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
0 comentarios
Respuestas (1)
Alan Weiss
el 12 de Jul. de 2016
I suggest that you either use the built-in MATLAB help system, available by entering
doc
Alan Weiss
MATLAB mathematical toolbox documentation
3 comentarios
Ravi Kumar
el 14 de Jul. de 2016
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
Ver también
Categorías
Más información sobre Boundary Conditions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!