フィルターのクリア

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