photo

Ameer Ahmed


Last seen: 3年弱 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
3 回答

ランク
19,570
of 300,863

評判
2

コントリビューション
6 質問
3 回答

回答採用率
50.0%

獲得投票数
2

ランク
 of 21,100

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Reinforcement Learning Implementation using DQN
Hi All! I want to implement a Reinforcement Learning program using DQN in Matlab R2013b. I have a defined state and action spac...

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

1

回答

質問


Changing Legend Font Using Latex Interpreter
Hi, I want to change the font style of legend using Latex interpreter. I have tried using h=legend('M1, {$\it{p_{\mathrm{s...

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

0

回答

質問


Plots in Matlab using Latex interpreter
Hi I want to insert a bar over a parameter in xlabel of plot for representing it as an average value. I have used Latex inter...

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

1

回答

回答済み
Calling from Matlab a recusive function written in C
Thanks James & Geoff. I have tried doing it with two parameters as double test(double n, double k) { if (k ==0)...

8年以上 前 | 0

質問


Calling from Matlab a recusive function written in C
Hi, I have a written a recursive function in C to replace nchoosek() in Matlab. When i call this function in Matlab, it gives...

8年以上 前 | 3 件の回答 | 0

3

回答

質問


Solving Complex Equation without For Loops
<</matlabcentral/answers/uploaded_files/79797/a.jpg>> Hi! I want to solve the equation shown in image without using so many ...

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

0

回答

回答済み
Recursive function for replacing multiple for loops
Thanks Jan and David for solving my problem. Great job done by both of you. Many many thanks.

9年弱 前 | 0

回答済み
Recursive function for replacing multiple for loops
Hi David & Jan! Thanks for the response. @David: Number of for loops are determined by a. @Jan: Recursive function is not req...

9年弱 前 | 0

質問


Recursive function for replacing multiple for loops
Hi I want to implement a recursive function which could replace the following code in Matlab: p=0.2; n=10; a=5; p...

9年弱 前 | 4 件の回答 | 1

4

回答