About command Orientation
显示 更早的评论
Can you tell me what is the use and syntax for the command 'orientation' in matlab
回答(1 个)
Daniel Shub
2011-11-9
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!