![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8908047_1522130023952_DEF.jpg)
Thomas Verhaegen
2016 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I have a mistake in my loop.
function Opdrachtc clear; clc; fontSize = 15; for kk = 1 : 10 h(kk) = MDealer(kk) H=cate...
約8年 前 | 1 件の回答 | 0
1
回答質問
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(...
約8年 前 | 1 件の回答 | 0
1
回答質問
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...
約8年 前 | 1 件の回答 | 0
1
回答質問
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...
約8年 前 | 3 件の回答 | 0