Showing error in MATLAB R2020B.

Showing error in the begining of MATLAB.
The errors shown are attached herwith.

3 commentaires

Image Analyst
Image Analyst le 6 Déc 2020
Looks like an error when it tries to run your adaptcluster_kmeans() program. Attach the m-file for that.
Sanjana Tomer
Sanjana Tomer le 6 Déc 2020
Attaching the MATLAB code of adaptcluster_kmeans().
Image Analyst
Image Analyst le 6 Déc 2020
You need to include everything we need to run your program.
Unrecognized function or variable 'GrayClustering'.
Error in test5>adaptcluster_kmeans (line 22)
[li,center] = GrayClustering(inp); %do grayimage clustering
Error in test5 (line 11)
[li,center] = adaptcluster_kmeans(inp)
Please include a test program that runs your program and has GrayClustering() and any other things that are needed to reproduce the error you got.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Produits

Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by