Summary
3-DOF Robotic Arm
Fusion 360 Portfolio
MatLab Scripts
Work History
Skills
Education
Websites
Generic
Eric Sanders Jr

Eric Sanders Jr

Mechanical Engineer
Santa Clarita,CA

Summary

Driven Mechanical Engineering student at the University of Michigan, adept in MATLAB, AutoCAD, Fusion 360, Arduino (C++), SolidWorks and Excel, showcases exceptional technological capabilities and critical thinking. Proven leadership and adaptability through diverse team collaborations at university's Competition Rocket Building Team and Lacrosse Team. Currently applying mechanical engineering knowledge and problem-solving skills in a dynamic environment, with prototyping a 3-DOF robotic arm reflecting a strong commitment to quality and continuous improvement.

3-DOF Robotic Arm

Contact me at esandersjr24@gmail.com to see current video progress of Robotic Arm and other in depth questions that you are curious about.

Fusion 360 Portfolio

  • https://a360.co/4gazNsK (Lego Brick)
  • https://a360.co/4aQ7T4g (Soda Bottle)
  • https://a360.co/4hWZGhj (Paper Clip)
  • https://a360.co/3D9Il5M (Whiskey Bottle)
  • https://a360.co/3XwtR6V (Ice Cube Tray)
  • https://a360.co/3XulnNn (Hex Nut)
  • https://a360.co/4kupaEg (HandleBar Grip)
  • https://a360.co/4hgryeZ (DoorStop)
  • https://a360.co/41s5JmX (LED LightBulb)
  • https://a360.co/3F8yaPj (IPhone Case)
  • https://a360.co/4ku6V1J (Dog Bowl)
  • https://a360.co/3Dh6Ei9 (Auger Bit)
  • https://a360.co/3F5Gijw (Screwdriver)
  • https://a360.co/3Dj3F8U (Painter’s Tripod)

MatLab Scripts

Example of problems I did previously. (Contact me at esandersjr24@gmail.com to see more complex applications of scripts that I have worked on).

% Problem 1:

n = input('Enter a number: ');

if n > 0

disp = 'The number is positive.';

elseif n < 0

disp = 'The number is negative.';

else

disp = 'The number is zero.';

end

% Problem 2:

year = input('Enter a year: ');

if mod(year, 400) == 0

disp = 'The year is a leap year.';

elseif mod(year, 100) == 0

disp = 'The year is not a leap year.';

elseif mod(year, 4) == 0

disp = 'The year is a leap year.';

else

disp = 'The year is not a leap year.';

end

% Problem 3:

a = input('Enter the first number: ');

b = input('Enter the second number: ');

c = input('Enter the third number: ');

largest = max([a, b, c]);

fprintf('The largest number is: %d\n', largest);

% Problem 4:

n = input('Enter a number: ');

if mod(n, 2) == 0

disp = 'The number is even.';

else

disp ='The number is odd.';

end

Work History

Warehouse Stocker/Customer Service Representative

Walmart
05.2025 - 08.2025
  • Worked for 3 months during the summer, after my freshman year of college.
  • Compared received packages against shipping documents.
  • Streamlined the stock replenishment process for faster order fulfillment and customer satisfaction.
  • Enhanced warehouse safety by regularly inspecting equipment and conducting safety training sessions.
  • Maintained accurate inventory records, ensuring timely reordering of products to avoid stockouts.

Skills

  • Mechanical engineering knowledge
  • Mechanical understanding
  • Adaptability
  • Receptive to Feedback
  • Willingness to Improve
  • Organization and Time Management
  • Leadership
  • Analytical and Critical Thinking
  • Problem Resolution
  • Quality Assurance
  • Implementation to Personal Knowledge to Tasks
  • Team Collaboration

Education

Bachelor of Science - Mechanical Engineering

University of Michigan
Ann Arbor, MI
08.2024 - Current