标签: image matlab
我可以使用importdata函数导入图像,但是如何在处理后保存图像? 禁止使用工具箱。
答案 0 :(得分:1)
您将使用imwrite(imageData,filename)。可以找到文档here。
imwrite(imageData,filename)