Info

This question is closed. Reopen it to edit or answer.

how to convert array of matrix to double in matlab.?while giving double(output); giving error as size of 2 matrix unqual.

1 view (last 30 days)
here is part of code.
finaledge(i2,j2)=gedge(i,j);
finaledge= im2uint8(finaledge(10:end-10,10:end-10));
s=double(finaledge);

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!