Please send the code
3 次查看(过去 30 天)
显示 更早的评论
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 个)
Walter Roberson
2018-4-18
https://www.mathworks.com/matlabcentral/fileexchange/64250-genetics-algorithm-initialized-kmeans-image-segmentation
0 个评论
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:
- 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 个评论
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
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!