Statistik
7 Fragen
0 Antworten
RANG
38.695
of 300.779
REPUTATION
1
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
42.86%
ERHALTENE STIMMEN
1
RANG
of 21.084
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.997
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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: ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Creating file names for save command
I have the following code: file_dir = 'C:\Users\mydir'; datestamp=string(datetime('now','TimeZone','local','Forma...
etwa 9 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
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...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 9 Jahre vor | 2 Antworten | 0
