Strange behavior of hgtransform
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Azzi Abdelmalek
el 20 de Sept. de 2012
Editada: Azzi Abdelmalek
el 20 de Sept. de 2012
I am not getting this message and your don't work
Respuesta aceptada
Walter Roberson
el 21 de Sept. de 2012
One of the routines needed by hgtransform is being shadowed by one of your routines.
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Object Containers en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!