标签: matrix octave
我写下了以下代码:
imgnew = imread('C:\Users\vijay kant chadha\Downloads\earth.jpg');
//以下行的执行显示错误
imshow(imgnew); //error: invalid conversion of uint8 matrix to Matrix
请帮助我同样的......:)