MATLAB Project – 3D Resultant Force Calculator

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 Commenti

Paulin Bangofa
Paulin Bangofa il 28 Giu 2015
Modificato: Paulin Bangofa il 30 Giu 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)
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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Mathematics in Centro assistenza e File Exchange

Richiesto:

il 28 Giu 2015

Modificato:

il 30 Giu 2015

Community Treasure Hunt

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

Start Hunting!

Translated by