What is the s_rot() function ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Mohit Kumar
il 24 Nov 2019
Commentato: Mohit Kumar
il 25 Nov 2019
I came across this code in a textbook (Multibody Dynamics, Nikravesh P.E.) -
% Example 2.3
% Define vectors a and b
a = [2 3]'; b = [4 5]';
% Compute the magnitude of the cross producsts a x b and b x a
c = s_rot(a)'*b
d = s_rot(b)'*a
I could not find any documentation about this function which is very strange!
0 Commenti
Risposta accettata
the cyclist
il 24 Nov 2019
That is not part of base MATLAB or any MathWorks toolbox, as far as I could find. Googling on
"s_rot" matlab
found a few hits (including the book you mention). Maybe they define that function earlier on the book, or in an appendix, or they have a github repository of code?
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!