MATLAB at UT Arlington
Training – Courses in MATLAB, Simulink, and Stateflow
Training – Courses in MATLAB, Simulink, and Stateflow
Virtual, in-person, and self-paced courses accommodate a variety of learning styles and organizational needs.
Calculus Derivatives
Calculus Derivatives
Constrained Optimization: Intuition behind the Lagrangian Video
Constrained Optimization: Intuition behind the Lagrangian Video
This video introduces a really intuitive way to solve a constrained optimization problem using Lagrange multipliers. We can use them to find the minimum or maximum of a function, J(x), subject to the constraint C(x) = 0.
University of Texas Arlington - MATLAB Access for Everyone
University of Texas Arlington - MATLAB Access for Everyone
MATLAB @ UTA Facebook Group
MATLAB @ UTA Facebook Group
MATLAB @ UTA Instagram
MATLAB @ UTA Instagram
Careers at MathWorks
Careers at MathWorks
Explore career opportunities at MathWorks, maker of MATLAB and Simulink. Our global team is accelerating the pace of engineering and science.
Introduction to MATLAB Webinar
Introduction to MATLAB Webinar
Create a Fractal Tree
Create a Fractal Tree
figure('color','k') axis equal off rotate(0,0,90,10) function rotate(x1,y1,t,d) x2=x1+cosd(t)*d; y2=y1+sind(t)*d; if d~=0 line([x1 x2],[y1 y2],'color',rand(1,3),'LineWidth',2); rotate(x2,y2,t+20,d-1); rotate(x2,y2,t-20,d-1); end end
Hydrogen Fuel Cells Reduce CO2 Emissions
Hydrogen Fuel Cells Reduce CO2 Emissions
Decoding Butterfly Flight with High-Speed Cameras and a Wind Tunnel
Decoding Butterfly Flight with High-Speed Cameras and a Wind Tunnel
Data Science with MATLAB
Data Science with MATLAB
Learn the tools, what they can do, and how they are helping engineers and scientists in their work.
MATLAB Data Import + Export
MATLAB Data Import + Export
View on mobile