Statistiques
RANG
104 121
of 301 478
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 296
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 719
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseCompute the are of a function, using simulation.
I was thinking of Monte Carlo, but im not sure on how to use it.
presque 11 ans il y a | 0
| A accepté
Question
Generate pseudo random numbers problem [ SOLVED ]
function [ Random_Numbers ] = RNG_2( n, seed ) format long; seed_square = seed; Random_Numbers = zeros(1,0); ...
environ 11 ans il y a | 3 réponses | 0
3
réponsesGenerate pseudo random numbers problem [ SOLVED ]
[SOLVED] The operator ^ made the problem. I used the function power and everything worked immediately !
environ 11 ans il y a | 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...
environ 11 ans il y a | 0