Strange behavior of hgtransform
이전 댓글 표시
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
Matt Fig
2012년 9월 20일
type:
ver
tell us what it says.
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Object Containers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!