how to find eigen value and eigen vector for this coding
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
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)
Respuestas (0)
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!