Statistica
RANK
150.651
of 301.379
REPUTAZIONE
0
CONTRIBUTI
3 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
0
RANK
of 174.273
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 11 anni fa | 1 risposta | 0
1
rispostaCompute the are of a function, using simulation.
I was thinking of Monte Carlo, but im not sure on how to use it.
quasi 11 anni fa | 0
| accettato
Domanda
Generate pseudo random numbers problem [ SOLVED ]
function [ Random_Numbers ] = RNG_2( n, seed ) format long; seed_square = seed; Random_Numbers = zeros(1,0); ...
quasi 11 anni fa | 3 risposte | 0
3
risposteGenerate pseudo random numbers problem [ SOLVED ]
[SOLVED] The operator ^ made the problem. I used the function power and everything worked immediately !
quasi 11 anni fa | 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...
quasi 11 anni fa | 0