Please send the code

조회 수: 5 (최근 30일)
suraj singh
suraj singh 2018년 4월 16일
댓글: Walter Roberson 2021년 12월 15일
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
KSSV
KSSV 2018년 4월 16일
Read about kmeans
suraj singh
suraj singh 2018년 4월 16일
I read about this. But i require code of integration of ga and k means

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

답변 (2개)

Walter Roberson
Walter Roberson 2018년 4월 18일
https://www.mathworks.com/matlabcentral/fileexchange/64250-genetics-algorithm-initialized-kmeans-image-segmentation

venu reddy
venu reddy 2021년 12월 15일
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
Steven Lord
Steven Lord 2021년 12월 15일
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 2021년 12월 15일
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.

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

Community Treasure Hunt

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

Start Hunting!

Translated by