Media Summary: In this video, I describe how I have used Final Project Presentation for MAE 5710: Applied Dynamics Cornell University, Spring 2020 Implemented in Marine propulsion shafting simulation [Matlab]
Matlab Sailing Simulator - Detailed Analysis & Overview
In this video, I describe how I have used Final Project Presentation for MAE 5710: Applied Dynamics Cornell University, Spring 2020 Implemented in Marine propulsion shafting simulation [Matlab] Okay folks I wanted to show you this cool little boat Code: fill([-10 -10 10 10],[0 10 10 0],'k'); axis([-10 10 0 10]); hold on; pause(1); axis equal; t=-10:0.01:10; x=5-0.5*abs(sin(t)); area(t ...