Please send the code
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
Walter Roberson
am 18 Apr. 2018
https://www.mathworks.com/matlabcentral/fileexchange/64250-genetics-algorithm-initialized-kmeans-image-segmentation
0 Kommentare
venu reddy
am 15 Dez. 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:
- User is able to select the type of signal generator to be simulated in a drop-down list.
- User is able to key in the input amplitude and the frequency.
- User is able to view the plot of the output waveform by clicking the simulation button.
- Different variation of different signal generator should be displayed accordingly.
- Your system should be able to perform error checking routine for invalid entries by users.
- You may enhance the appearance of the GUI by proper styling and changing the properties of the UI-objects contained in the GUI.
- Kindly provide at least one (1) logical innovative idea and justify it in the report.
2 Kommentare
Steven Lord
am 15 Dez. 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
am 15 Dez. 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.
Siehe auch
Kategorien
Mehr zu Genetic Algorithm 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!