photo

Antonios


University of Western Macedonia

2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
3 回答

ランク
204,997
of 301,421

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,269

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,475

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


How to delete columns from 3D-array
Hello, i would like your help if possible. I have a 3D array. Lets say for example it is 2x5x2. The array is full. During the si...

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

1

回答

質問


Compute the are of a function, using simulation.
Hello everyone. I would like to ask you a question. I would like to compute the are of function xlnx, x = [1,5], using simulatio...

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

1

回答

回答済み
Compute the are of a function, using simulation.
I was thinking of Monte Carlo, but im not sure on how to use it.

11年弱 前 | 0

| 採用済み

質問


Generate pseudo random numbers problem [ SOLVED ]
function [ Random_Numbers ] = RNG_2( n, seed ) format long; seed_square = seed; Random_Numbers = zeros(1,0); ...

約11年 前 | 3 件の回答 | 0

3

回答

回答済み
Generate pseudo random numbers problem [ SOLVED ]
[SOLVED] The operator ^ made the problem. I used the function power and everything worked immediately !

約11年 前 | 0

回答済み
Generate pseudo random numbers problem [ SOLVED ]
You are right. I had to be specific. n = 2, seed = 85. Everytime seed goes seed^2. The first time seed^2 = 7225. I need the n mi...

約11年 前 | 0