Raihan Ul Islam
Luleå Tekniska Universitet
Followers: 0 Following: 0
統計
MATLAB Answers
8 質問
0 回答
ランク
of 174,151
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
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年以上 前 | 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年弱 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0
