Borrar filtros
Borrar filtros

Create Checker board pattern

8 visualizaciones (últimos 30 días)
agung pratama
agung pratama el 30 de Sept. de 2020
Editada: Steve Eddins el 30 de Sept. de 2020
Hello, im using this code from Matlab help but i get error.
J = checkerboard(20);
figure
imshow(J)
>> Fringe Chessboard
Undefined function or variable 'Fringe'.
Can anyone help please
  2 comentarios
Steve Eddins
Steve Eddins el 30 de Sept. de 2020
Editada: Steve Eddins el 30 de Sept. de 2020
There is nothing wrong with the code you have quoted from the MATLAB documentation:
J = checkerboard(20);
figure
imshow(J)
That should work as long you have the Image Processing Toolbox installed. (The Image Processing Toolbox contains the checkerboard function.)
The problem is occuring in your next line:
Fringe Chessboard
What is Fringe supposed to be? Is that your function, or a function that somebody gave you? It is not a function in MATLAB or any other MathWorks product.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by