Strange behavior of hgtransform
조회 수: 1 (최근 30일)
이전 댓글 표시
The following very simple code, taken from a book, does not work and I can't figure out why
hPlot = plot(0:0.1:10, sin(0:0.1:10));
hGroup = hgtransform;
this returns the following error message
Attempt to call constructor hgtransform with incorrect letter case. Error in <file_name> (line 2)
Any idea why? Thanks
Jean
댓글 수: 2
Azzi Abdelmalek
2012년 9월 20일
편집: Azzi Abdelmalek
2012년 9월 20일
I am not getting this message and your don't work
채택된 답변
Walter Roberson
2012년 9월 21일
One of the routines needed by hgtransform is being shadowed by one of your routines.
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Object Containers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!