how to find eigen value and eigen vector for this coding

I = imread('F:\Capture.PNG'); [r,c]=size(I) imshow(I) I1=rgb2gray(I); I2 = imcrop(I1,[120 74 132 132]); [r1,c1,a]=size(I2) imshow(I1),figure, imshow(I2)

Answers (0)

This question is closed.

Products

Asked:

on 5 Oct 2015

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!