필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

undefined function 'a' in kmeans segmentation.How can i correct this?

조회 수: 1 (최근 30일)
Sri Vasudha Bankupalle
Sri Vasudha Bankupalle 2019년 3월 22일
마감: MATLAB Answer Bot 2021년 8월 20일
while i run the code for kmeans segmentation,i am getting an erron in line 2 of one code and a function error in the other.How to correct this?
  댓글 수: 4
Image Analyst
Image Analyst 2019년 3월 23일
How did you call it? What did you pass in for the badly-named a? For example did you call it like this:
[s1, n_RBC]=kmns_seg_R(73); % Pass in 73 for a
or did you use a different value? You didn't just click the green run triangle without defining a did you?
Sri Vasudha Bankupalle
Sri Vasudha Bankupalle 2019년 3월 25일
i guess there should be a main function to run this code..how to create it?

답변 (0개)

제품

Community Treasure Hunt

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

Start Hunting!

Translated by