Statistica
7 Domande
0 Risposte
RANK
38.705
of 300.765
REPUTAZIONE
1
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
42.86%
VOTI RICEVUTI
1
RANK
of 170.941
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
Median of n*n
I have an n*n and would like to find the medianof the entire set n*n not of the individual rows or coloumns as can be found by: ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How to extract a n*m from a k*n*m
I have a large k*n*m matrix and I want to be able to create an n*m for seperate values of k. So I have tried this: A...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Getting mean() to return a vector
I would like to get the mean of each row in nxn to be returned as a nx1 vector without looping. Is this possible? Paul
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Can I add a 3x3 matrix to itself and to a 1x3 at the same time?
I can do this: OPEX(scenario, tarrif,:) = OUTC(1,:); but not this: OPEX(scenario, tarrif,:) = OPEX(scenario, tarrif...
circa 9 anni fa | 2 risposte | 0
2
risposteDomanda
Creating file names for save command
I have the following code: file_dir = 'C:\Users\mydir'; datestamp=string(datetime('now','TimeZone','local','Forma...
circa 9 anni fa | 2 risposte | 1
2
risposteDomanda
Can i use int8 and double in equation and get double as answer?
I use the following code snippet: the_risk = 2*new_p_fail*(t-b1_t)/((b2_t-b1_t)*(b4_t-b4_1)) Where t is int8 and all oth...
circa 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Reading multi row comma delimited text file with strings into an nxm matrix
I need to read a text file of the following format: string,string,string . . . string, string,string into a ma...
circa 9 anni fa | 2 risposte | 0
