Statistiques
7 Questions
0 Réponses
RANG
38 701
of 301 440
RÉPUTATION
1
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
42.86%
VOTES REÇUS
1
RANG
of 21 282
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 555
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
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: ...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Creating file names for save command
I have the following code: file_dir = 'C:\Users\mydir'; datestamp=string(datetime('now','TimeZone','local','Forma...
plus de 9 ans il y a | 2 réponses | 1
2
réponsesQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 2 réponses | 0
