Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Matlab 中读取 pgm 图像:
img=imread('out001.pgm');
我收到一个错误:
使用 imread 时出错(第 382 行)无法确定文件格式。
我应该怎么办?