MATLAB Project – 3D Resultant Force Calculator

9 views (last 30 days)
Please Help. Please Help. Assignment: Adapt the code you wrote to compute a 2D resultant force to a program that will compute the resultant of a 3D system. There are a few differences. First, the program need to be able to import any number of forces, from 1 up to infinite. Second, the vectors supplied in the excel file need to in i, j, k columns instead of magnitude and direction columns. An example of how the excel spreadsheet will be assembled is the following for a 5 vector system: Your program will use the “plot3” function in MATLAB
  2 Comments
Paulin Bangofa
Paulin Bangofa on 28 Jun 2015
Edited: Paulin Bangofa on 30 Jun 2015
Any help please Here what I got a = [12 3 23 1 -4]; b = [6 1 14 9 -15]; c = [4 9 6 5 4]; t= 0:2:40;
plot3(a,b,c,t)
Steven Lord
Steven Lord on 29 Jun 2015
Show us what you've done to try to solve the assignment and ask a SPECIFIC question about where you're stuck.
If you're not sure how to even get started, you should probably speak to your professor, teacher, and/or TA for help.

Sign in to comment.

Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox 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!