Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

2 vues (au cours des 30 derniers jours)
nikitha niki
nikitha niki le 20 Juin 2015
Clôturé : MATLAB Answer Bot le 20 Août 2021
here is part of code.
finaledge(i2,j2)=gedge(i,j);
finaledge= im2uint8(finaledge(10:end-10,10:end-10));
s=double(finaledge);
  2 commentaires
dpb
dpb le 21 Juin 2015
And, what are values for i2,j2 and i,j when first line is executed?

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by