Chiara Scarpellini
Followers: 0 Following: 0
Statistik
14 Fragen
0 Antworten
RANG
144.565
of 296.150
REPUTATION
0
BEITRÄGE
14 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
85.71%
ERHALTENE STIMMEN
0
RANG
of 20.349
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 155.481
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How can I plot an histogram?
I need to plot an histogram with these values: number_of_events=[30.60, 32.30, 32.30, 32.30, 32.30, 2.60, 12.60, 32.30, 32.30, ...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
times function for argument of type cell?
I have an argument of type cell (2785 x 20) and I need to multyply every cell per 100 and divide it per 785. Thus I need a func...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
hot to plot horizontal Histogram??
I would like to plot an horizontal histogram with on the y axis the name of the substances and in the x axis the numbers . Data...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to add a column of cell arrays o a table according to data
I need to report in the column Var4 of the table SimultedPoints the values of column Discharge of table Name_Code. All of the va...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to access elements of a vector inside a cell array
I need to access with a for loop all the elements of SimulatedPoints but I struggle with finding the notation. This is what I di...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to remove all the rows containing a substring from a table?
I need to remove all the rows containing the substring Downstream from the table.
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
sort cell array in a struct
I need to sort the vector Codes and I need the values of vector Discharge to be ordinated according to it. I tried the function ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to sort a cell array inside a struct?
I have this struct and I have to sort every vector on the right side T=table(string,ID_number); [G, IDs] = findgroups(T.string...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to create a structure array?
I would like to associate to every name on the left an array with all the numbers on the right column associated to that name. I...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I trim these strings according to the underscores
I need to trim these strings according to the underscores, basically from every string I need to obtain 5 pieces Nova...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to plot a string vector
In plotting a string vector I got as result that matlab make it in alphabetical order, how can I solve this? I have to plot thi...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to remove #N/A?
I would like to replace all of the elements #N/A of the vector with zeros #N/A 1336.94 #N/A #N/A ...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to remove spaces in a string?
I would like to remove the white spaces in every string of this vector “Ly R4” “Ba R7” “Ty Ru”
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Remove text in a string with numbers
How can I remove the text part and obtain a vector of just the last numbers? e.g Model1__DK1_5450.0 Model2__DK2_69...
mehr als 3 Jahre vor | 1 Antwort | 0