About command Orientation

Can you tell me what is the use and syntax for the command 'orientation' in matlab

Answers (1)

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

Categories

Find more on Images in Help Center and File Exchange

Asked:

on 9 Nov 2011

Community Treasure Hunt

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

Start Hunting!