why X and Y coordinates must have the same size ?
Mostra commenti meno recenti
hello,
I have an image and a shape and I need to clip the image based on the coordinates of the shape but when I do this I am having an error says: x and y must be the same size how can I make them equal? or any idea of solving this issue please ?
Thanks
5 Commenti
KSSV
il 26 Giu 2018
Why don't you provide your code.....so that we can have more clear idea..
Reema Alhassan
il 26 Giu 2018
Modificato: Reema Alhassan
il 26 Giu 2018
Walter Roberson
il 26 Giu 2018
Is the actual error that you are getting
X1 must be the same size as Y1, and X2 the same size as Y2.
or are you getting a different error ?
Reema Alhassan
il 26 Giu 2018
Modificato: Reema Alhassan
il 26 Giu 2018
Walter Roberson
il 26 Giu 2018
What shows up for
size(x1)
size(y1)
size(x2)
size(y2)
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Detect, Extract, and Match Features in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!