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!