Lagrange Equations M-file

1 view (last 30 days)
Andy Rahmawan
Andy Rahmawan on 4 Nov 2012
Hi all..
Can you help me about making Lagrange Equations at M-file? sorry i'm noob.. Thanks :D

Accepted Answer

Matt J
Matt J on 4 Nov 2012
Edited: Matt J on 4 Nov 2012
Save this to a file with a .m extension
function [out1,out2,...outM] = LagrangeEquations(arg1, arg2,arg3,...,argN)
%Your code here
Also try some online tutorials, e.g.,

More Answers (0)

Categories

Find more on Mathematics and Optimization in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!