Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

2 ビュー (過去 30 日間)
nikitha niki
nikitha niki 2015 年 6 月 20 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
here is part of code.
finaledge(i2,j2)=gedge(i,j);
finaledge= im2uint8(finaledge(10:end-10,10:end-10));
s=double(finaledge);
  2 件のコメント
Walter Roberson
Walter Roberson 2015 年 6 月 20 日
Please show the exact error messages.
dpb
dpb 2015 年 6 月 21 日
And, what are values for i2,j2 and i,j when first line is executed?

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by