resultant(varargin)
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
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Simulink > Block and Blockset Authoring > Author Block Algorithms > Author Blocks Using MATLAB > Author Blocks Using MATLAB System Objects > Customize System Objects for Simulink >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
