photo

Ductho Le


Last seen: 約2ヶ月 前 2018 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

統計

MATLAB Answers

5 質問
1 回答

ランク
11,088
of 300,756

評判
4

コントリビューション
5 質問
1 回答

回答採用率
80.0%

獲得投票数
2

ランク
 of 21,077

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,890

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Set a custom stoping criteria for Simulated Annealing
Hi all, I am using the "simulannealbnd" function to solve my optimization problem. I want to set a custom stoping criteria for ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Plot points with the spectra
I have a set of points and their amplitudes. I want to plot a graph like this (fig bellow) in which amplitudes are plotted as th...

5年弱 前 | 1 件の回答 | 0

1

回答

回答済み
[Assignment]Write a function called saddle that finds saddle points in the input matrix M.
If you have no idea to solve this problem, you can use my code as a reference. Good luck! function id = saddle(M) [a,b]=size(M...

5年以上 前 | 2

質問


Explicit root of symbolic equations
I am trying to find the explicit roots of symbolic equations like the code bellow: syms d1 d2 d3 d4 d5 d6 h11 h12 h13 h14 h21 h...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Store function in an array
Hi every one, i have a problem in my MATLAB code that i want to store user defined functions in an array(6x6) and use this array...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I fix the error "Index exceeds matrix dimension"
In my FEM program, I want to build a matrix bcdof[1;2;7;8;67;68;69;70;71;72] from matrix bcdof1=[1;4;34;35;36] but the program...

約7年 前 | 2 件の回答 | 0

2

回答