Gali Musa
Followers: 0 Following: 0
Statistiques
RANG
294 716
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
14 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
42.86%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to build process bar on the GUI ?
global i f = waitbar(0,'1','Name','Optmization Process...',... 'CreateCancelBtn','setappdata(gcbf,''canceling'',1)'); s...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
how to keep waitbar on the application
i tried to use waitbar in an apllication and want it to be built up in the application not seperate. Thank you f = waitbar(0,'...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
How to check and unchecked box using plot in GUI
I plotted trend lines after using various calculation. The plot includes 3 trends lines on x y plane and i used checkbox to shw ...
presque 6 ans il y a | 1 réponse | 0
1
réponseChange guide icon
I'm still getting the warning after using
presque 6 ans il y a | 0
Question
How to select a single optimum solution from sets of solution using NSGA II and show the optimum value on the graph?
How to select a single optimum solution from sets of solution using Non-dominated Sorting Genetic Algorithm (NSGA) II and show t...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
counting the correct interval and stop at the end of it
Pd = 480; inter = 18; Cap = 200; hrs = 8640; initial = Cap; yyyy(1) = initial; yyy(1) = 0; for e_ref = Pd:Pd:hrs for...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to covert a datenum (serial number) back to original date time format
I have a column of datenum and i want to change it back to the original date and time. i use DateNumber = datetime(time, 'Conv...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to filter a certain range of values in a column vector of thousand rows
I want to find a range of values in a column vector of a minimum value of 20% and a maximum value of 90%. The column has 2000 ro...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to read header (text data of 100000 rows,18 columns) from data in excel into Matlab using different directory
How to read header (text data of 100000 rows,18 columns) from data in excel into Matlab using different directory
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to determine the most common (most occurring) number in column of a large data of more than 100,000 length of data
How to determine the most common (most occurring) number in column of a large data of more than 100,000 length of data?
plus de 6 ans il y a | 4 réponses | 0
4
réponsesQuestion
How to count the size of a variable (upper and lower bound) in Genetic Algorithm
Having 2 objective functions, thermal Eff and Net work output and the variables are P2 with a range 6 to 19 (P2 = 6......13bar) ...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
How can i convert this simple program from Matlab into visual basic
x_clean(1)=0; y_c(1)=initial; for t_c=1:intervals x_clean(t_c+1)=Pd*t_c; end [m,n]=size(x_clean); ...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to change the column name from bottom to top in xlswrite file and make the loop to calculate faster
I want to write the results obtained in Matlab into excel and here is the sample of hat i did. I did it but it gave me the resul...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
how can i change Pareto front axis in genetic algorithm?
how can i change the axis in Pareto front plot in genetic algorithm? is there a way to plot the two objective functions on the y...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How can i use interval with decimal at the end of a count in for loop. e.g. t=1:1:18.7
How can i use interval with decimal at the end of a count in for loop. e.g. t=1:1:18.7 intervals = 18.7; for t=1:inter...
plus de 7 ans il y a | 4 réponses | 0