About command Orientation

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

回答(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

类别

帮助中心File Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by