photo

Antonios


University of Western Macedonia

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

3 질문
3 답변

순위
150,651
of 301,383

평판
0

참여
3 질문
3 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,252

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,306

참여
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