Please send the code

5 views (last 30 days)
suraj singh
suraj singh on 16 Apr 2018
Commented: Walter Roberson on 15 Dec 2021
Please send the code for integration of k means and genetic algorithm. Where genetic algorithm is used to find initial seed point in k-means clustering algorithm
  2 Comments
KSSV
KSSV on 16 Apr 2018
Read about kmeans
suraj singh
suraj singh on 16 Apr 2018
I read about this. But i require code of integration of ga and k means

Sign in to comment.

Answers (2)

Walter Roberson
Walter Roberson on 18 Apr 2018
https://www.mathworks.com/matlabcentral/fileexchange/64250-genetics-algorithm-initialized-kmeans-image-segmentation

venu reddy
venu reddy on 15 Dec 2021
Signal can be classified in different category according to their shapes including sin wave, square wave, triangular wave etc. Different waveforms are needed in different types of experiment in electronic engineering. Therefore, how the signal is being generated is worth to study.
Illustration:
Figure 1: Square wave generator circuit. Figure 2: Square wave example
Outline a graphical-user-interface (GUI) with appropriate design using GUIDE or AppDesigner that is able to perform the following:
  1. User is able to select the type of signal generator to be simulated in a drop-down list.
  1. User is able to key in the input amplitude and the frequency.
  1. User is able to view the plot of the output waveform by clicking the simulation button.
  1. Different variation of different signal generator should be displayed accordingly.
  1. Your system should be able to perform error checking routine for invalid entries by users.
  1. You may enhance the appearance of the GUI by proper styling and changing the properties of the UI-objects contained in the GUI.
  1. Kindly provide at least one (1) logical innovative idea and justify it in the report.
  2 Comments
Steven Lord
Steven Lord on 15 Dec 2021
This sounds like a homework assignment. If it is, show us the code you've written to try to solve the problem and ask a specific question about where you're having difficulty and we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the free MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the mathematics you'll need to solve the problem, I recommend asking your professor and/or teaching assistant for help.
Walter Roberson
Walter Roberson on 15 Dec 2021
If we were to supply the idea, you would not be able to use it. The assignment requires that you come up with your own innovative idea.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!