Showing error in MATLAB R2020B.

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

댓글 수: 3

Image Analyst
Image Analyst 2020년 12월 6일
Looks like an error when it tries to run your adaptcluster_kmeans() program. Attach the m-file for that.
Sanjana Tomer
Sanjana Tomer 2020년 12월 6일
Attaching the MATLAB code of adaptcluster_kmeans().
Image Analyst
Image Analyst 2020년 12월 6일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

릴리스

R2020b

질문:

2020년 12월 6일

댓글:

2020년 12월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by