Community Profile

photo

Thomas Verhaegen


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I have a mistake in my loop.
function Opdrachtc clear; clc; fontSize = 15; for kk = 1 : 10 h(kk) = MDealer(kk) H=cate...

7 years ago | 1 answer | 0

1

answer

Question


I want to see a 1000 results in a Histogram
I have created a script. I wish to loop this a 1000 times and place the result in a Histogram. Below is the script. k= min(...

7 years ago | 1 answer | 0

1

answer

Question


Storing output from a for loop into a matrix. When input value comes from .m script.
I need to plot a histogram from my output data. I have written a script and know how to make this into a loop. However how can I...

7 years ago | 1 answer | 0

1

answer

Question


I want to generate a random number between 1 and 10, but I want the chance of a 10 to be greater
I want to simulate some parts of BlackJack. For wich I need the dealer to draw a random card. Since a jack, a queen and a King a...

7 years ago | 3 answers | 0

3

answers