photo

Antonios


University of Western Macedonia

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
3 个回答

排名
150,650
of 301,370

声誉
0

贡献数
3 个提问
3 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,243

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,217

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0