Print function for Matlab 7.13 R2011b.
이전 댓글 표시
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');
답변 (1개)
Walter Roberson
2012년 10월 25일
0 개 추천
Try using a shorter file name.
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!