SlideShare a Scribd company logo
>> imread(f:'
??? imread(f:'
|
Error: UnexpectedMATLABoperator.
>> imread(f:'Fernando-Torres-008- Copy.jpg');
??? imread(f:'Fernando-Torres-008- Copy.jpg');
|
Error: UnexpectedMATLABoperator.
>> imread(f:'Fernando-Torres-008- Copy.jpg');
??? imread(f:'Fernando-Torres-008- Copy.jpg');
|
Error: UnexpectedMATLABoperator.
>> f = imread('f:Fernando-Torres-008- Copy.jpg');
>> imshow(f);
>> e = im2bw(f.-1.1)
??? e = im2bw(f.-1.1)
|
Error: UnexpectedMATLABoperator.
>> e = im2bw(f.-1.1);
??? e = im2bw(f.-1.1);
|
Error: UnexpectedMATLABoperator.
>> e = im2bw(f);
>> imshow(e)
>> fp= e(end:-1:1,:);
>> imshow(fp)
>> subplot(2,3,4)
>> imshow (f)
>> subplot(8,7,6)
>> imshow(f)
>> subplot(1,2,3)
??? Error using==> subplotat 292
Index exceedsnumberof subplots.
>> subplot(8,7,6)
>> imshow(fp)
>>

More Related Content

Viewers also liked

Certificate Magenta MOOC_István Barta
Certificate Magenta MOOC_István BartaCertificate Magenta MOOC_István Barta
Certificate Magenta MOOC_István Barta
István Barta
 
ACTION PLAN
ACTION PLANACTION PLAN
ACTION PLAN
oksanatorhan
 
De molinos de viento y entrevistas de trabajo
De molinos de viento y entrevistas de trabajoDe molinos de viento y entrevistas de trabajo
De molinos de viento y entrevistas de trabajo
Sergio Aparicio Pérez
 
Tit@
Tit@Tit@
Certificate_1
Certificate_1Certificate_1
Certificate_1
oghenero onoruvwe
 
Giselle arregui actividad final
Giselle arregui actividad finalGiselle arregui actividad final
Giselle arregui actividad final
giselle arregui
 
Construcción
ConstrucciónConstrucción
Construcción
Yurelis Oritiz
 

Viewers also liked (9)

Certificate Magenta MOOC_István Barta
Certificate Magenta MOOC_István BartaCertificate Magenta MOOC_István Barta
Certificate Magenta MOOC_István Barta
 
Mi logo
Mi logoMi logo
Mi logo
 
ACTION PLAN
ACTION PLANACTION PLAN
ACTION PLAN
 
kj
kjkj
kj
 
De molinos de viento y entrevistas de trabajo
De molinos de viento y entrevistas de trabajoDe molinos de viento y entrevistas de trabajo
De molinos de viento y entrevistas de trabajo
 
Tit@
Tit@Tit@
Tit@
 
Certificate_1
Certificate_1Certificate_1
Certificate_1
 
Giselle arregui actividad final
Giselle arregui actividad finalGiselle arregui actividad final
Giselle arregui actividad final
 
Construcción
ConstrucciónConstrucción
Construcción
 

iImread

  • 1. >> imread(f:' ??? imread(f:' | Error: UnexpectedMATLABoperator. >> imread(f:'Fernando-Torres-008- Copy.jpg'); ??? imread(f:'Fernando-Torres-008- Copy.jpg'); | Error: UnexpectedMATLABoperator. >> imread(f:'Fernando-Torres-008- Copy.jpg'); ??? imread(f:'Fernando-Torres-008- Copy.jpg'); | Error: UnexpectedMATLABoperator. >> f = imread('f:Fernando-Torres-008- Copy.jpg'); >> imshow(f); >> e = im2bw(f.-1.1) ??? e = im2bw(f.-1.1) | Error: UnexpectedMATLABoperator. >> e = im2bw(f.-1.1); ??? e = im2bw(f.-1.1); |
  • 2. Error: UnexpectedMATLABoperator. >> e = im2bw(f); >> imshow(e) >> fp= e(end:-1:1,:); >> imshow(fp) >> subplot(2,3,4) >> imshow (f) >> subplot(8,7,6) >> imshow(f) >> subplot(1,2,3) ??? Error using==> subplotat 292 Index exceedsnumberof subplots. >> subplot(8,7,6) >> imshow(fp) >>