photo

Antonios


University of Western Macedonia

Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
3 Answers

RANK
150,651
of 301,383

REPUTATION
0

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,252

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,306

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

| accepted

Question


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 ago | 3 answers | 0

3

answers

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

11 years ago | 0

Answered
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 ago | 0