About command Orientation
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Can you tell me what is the use and syntax for the command 'orientation' in matlab
0 Commenti
Risposte (1)
Daniel Shub
il 9 Nov 2011
My system does not have an orientation command. If your does:
doc orientation
help orientation
type orientation
are all ways of seeing the use and syntax. The first being the easiest (but requiring the most work of the creator of the function) and the last being the hardest (but requiring the least work from the creator of the function).
You can also figure out the toolbox where orientation comes from with
which orientation
Finally, are you sure you do not mean
doc orient
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!