Raihan Ul Islam
Luleå Tekniska Universitet
Followers: 0 Following: 0
Statistica
8 Domande
0 Risposte
RANK
246.883
of 301.200
REPUTAZIONE
0
CONTRIBUTI
8 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
87.5%
VOTI RICEVUTI
0
RANK
of 173.339
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
how can i covert following variables as Indexed variables ?
I have following function. I want to improve the execution time. Matlab profiler is showing following messgae. How can i convert...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to make faster row-wise Matrix multiplication ?
Hi All, I want to make my code run faster. I have to do row wise multiplication. But i do not want to use for loop. For examp...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Is it possible to make combvec function faster
Hi All, After running my code with matlab profiler I see that combvec function is taking the most time. Is it possible to use a...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
convert any decimal number between 1 to 10 by multiplying the number with 10^n.
I have to convert any decimal number between 1 to 10 by multiplying the number with 10^n. As for example, if a=12.345 it shou...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How to set constraints for outpus of objective function in fmincon
Hi, I am new in optimization. I am implementing an algorithm, where inside the optimization function the values of three varaib...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Fmincon is not using multiple processor
i am running optimization in a amazon aws virtual machine with 30 logical core and 60GB memory. It seems that when matlab is cal...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How to understand if my optimization getting stuck in local optima
HI i am new bie in matlab optimization . I am optimizing 944 variable using fmincon and algorithm sqp. I am bit concerned if my...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
how to impelement u1<=u2<=u3 as linear inequality
in my optimizations i have following constraint u1<=u2<=u3 i think i have to use linear equality constaints. ie.Ax<b I am usi...
oltre 8 anni fa | 1 risposta | 0
