Filter löschen
Filter löschen

How to perform kmeans alogorithm through coding?

1 Ansicht (letzte 30 Tage)
AS
AS am 1 Jul. 2020
Kommentiert: AS am 1 Jul. 2020
I am trying to denoise the image using moving k-menas algorithm in matlab code. The code I have wriiten is not working because some codition in if loop unable to write. Please help me regarding this,
  3 Kommentare
John D'Errico
John D'Errico am 1 Jul. 2020
Bearbeitet: John D'Errico am 1 Jul. 2020
Since you don't show the code you wrote, the answer reduces to write better code.
Otherwise, this forces someone to write complete code from scratch to do your project.
Odds are good that perhaps all someone needs to do is to look at your code to tell you how to improve it. Now which alternative is more likely to get you help, and in a timely way?
As far as "some condition in if loop" goes, that suggests mainly that you need to learn about loops and if statements in MATLAB anyway, since there is no if loop in MATLAB.
So show your code.
AS
AS am 1 Jul. 2020
Thank you

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by