photo

Antonios


University of Western Macedonia

Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

3 Preguntas
3 Respuestas

CLASIFICACIÓN
150.651
of 301.383

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.252

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.306

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

Feeds

Ver por

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 11 años hace | 1 respuesta | 0

1

respuesta

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

casi 11 años hace | 0

| aceptada

Pregunta


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

alrededor de 11 años hace | 3 respuestas | 0

3

respuestas

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

alrededor de 11 años hace | 0

Respondida
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...

alrededor de 11 años hace | 0