photo

Ameer Ahmed


Last seen: fast 3 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
3 Antworten

RANG
19.314
of 300.756

REPUTATION
2

BEITRÄGE
6 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
2

RANG
 of 21.077

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.890

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 6 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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)...

mehr als 8 Jahre vor | 0

Frage


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...

mehr als 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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 ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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.

mehr als 8 Jahre vor | 0

Beantwortet
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...

mehr als 8 Jahre vor | 0

Frage


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...

mehr als 8 Jahre vor | 4 Antworten | 1

4

Antworten