Print function for Matlab 7.13 R2011b.
Mostrar comentarios más antiguos
I have this version of Matlab and had problems using a printfunction from a m-file from Matlab 7.5.0 R2007b. The command I'm using to print the figure ModeShapeFiguresX is: print(ModeShapeFiguresX,'-dpng','Ex1 Mode Shapes along y-axis, look in x-direction');
It work fine for the other version (7.5.0), but I get this error:
Error using name (line 104) Cannot create output file '.\Ex1 Mode Shapes along y-axis, look in x-direction.png'
Error in print (line 206) pj = name( pj );
Error in Ex1_Lowrise_x (line 672) print(ModeShapeFiguresX,'-dpng','Ex1 Mode Shapes along y-axis, look in x-direction');
Respuestas (1)
Walter Roberson
el 25 de Oct. de 2012
0 votos
Try using a shorter file name.
Categorías
Más información sobre File Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!