Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
how do i load .mat files into GUI AND MAKE LINK BETWEEN ALL THE CONDITIONS TO HAVE THE LAST RESULTS
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everyone ,
i am new in MATLAB , and i have done my project in it and now i need to create a GUI for my project.
using the GUI , i should be able to have the following things : in my project i have 2 different channels with their results. ( AWGN , BEC )
in each channel for example : AWGN , i have different SNR from 0.5 till 3.5.
in each value of the SNR , i have different code length values like : ( 8,16,32,64,128,256,512,1024,2048)
for each code length i have stored results .MAT file , in that file i need to extract a variable called indeces(order of numbers) , and then do some calculation ( show the first 10% , 20% , 30% ...100% of that variable indeces in a txt.file.
so the main idea is : select the channel type , select the SNR values , select the CODE LENGTH , choose the percentage , after that show the results in a .txt file so how to link all the above options together with the right results file. your help is appreciated and helpful...
Regards
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/160888/image.png)
2 commentaires
Abhisek Roy
le 28 Fév 2017
Hi,
My suggestion to you would be to go through this link and treat it as your starting point. After that, you can play around with the examples given at MathWorks documentation page and this page as well. A good amount of resources are available there and can give you pretty good exposure to things that can be done with GUIDE.
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!