Raihan Ul Islam
Luleå Tekniska Universitet
Followers: 0 Following: 0
Feeds
提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
8 years 前 | 1 个回答 | 0
1
个回答提问
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...
8 years 前 | 1 个回答 | 0
1
个回答提问
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...
8 years 前 | 1 个回答 | 0
1
个回答提问
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...
8 years 前 | 1 个回答 | 0
