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!