resultant(varargin)

resultant function calculate the resultant of a system of forces
120 download
Aggiornato 20 nov 2014

Visualizza la licenza

resultant(varargin) is a matlab function that calculates the resultant of a system of forces.
resultant takes any number of input argument. But each argument must be in pairs, the first representing the force and the second, the bearing.
For example, to calculate the resultant of the following forces:

220N in the direction 030
153N in the direction 090

At the command line type

resultant([220 30],[153 90])
or
f1 = [220 30];
f2 = [153 90];

then type
resultant(f1,f2)

resultant also displays the workings in a tabular form and plots the resultant force

Cita come

Nwaobasi Chukwuemeka (2025). resultant(varargin) (https://it.mathworks.com/matlabcentral/fileexchange/48527-resultant-varargin), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0