clear
addpath(‘D:\matlab program’);
Im = imread(‘lena512color.bmp’);
imshow(Im);
saveas(gcf,‘save.bmp’);
错误使用 matlab.graphics.internal.name (line 101)
无法创建输出文件 ‘.\save.bmp’。
出错 print (line 71)
pj = matlab.graphics.internal.name( pj );
出错 saveas (line 181)
print( h, name, [’-d’ dev{i}] )
使用管理员身份运行matlab,再运行程序即可解决
clear
addpath(‘D:\matlab program’);
Im = imread(‘lena512color.bmp’);
imshow(Im);
saveas(gcf,‘save.bmp’);
%这次没有报错
但我发现两个其实都有保存图像,只是一个有报错一个没有而已
clearaddpath(‘D:\matlab program’);Im = imread(‘lena512color.bmp’);imshow(Im);saveas(gcf,‘save.bmp’);错误使用 matlab.graphics.internal.name (line 101)无法创建输出文件 ‘.\save.bmp’。出错 print (line 71)pj = matlab.graphics.internal.name( pj );出错 saveas (line 1..
Mac操作系统,求大佬帮忙看一看什么问题,
MATLAB
报错
:
Error using
matlab
.
graphics
.
internal
.name (
line
101
)
Cannot create output file 'D:/Matvideo/robert/1.jpg'.
Error in print (
line
71)
pj =
matlab
.
graphics
.
internal
.name( pj );
Error in saveas (
line
181)
print( h, nam...
自己的不成功,最后的根源往往都是自己的行为造成的,现在的我应该认清自己,应该做什么,想要做什么,那你有没有这个能力去做,想象的不会成为现实,努力的过程一定是痛苦的,未来有些路一定是不好走的,但要相信自己啊,不然谁会相信呢?
Parsing file "D:\BaiduNetdiskDownload\
MATLAB
\bin\代码\shiyu.m"
(referenced from command
line
).
Generating file "D:\BaiduNetdiskDownload\
MATLAB
\bin\代码\shiyu\for_testing\readme.txt".
正在打包...
Creating the bundle...
Creating the install agent URL file...
Failed