Statistik
18 Fragen
0 Antworten
RANG
21.738
of 295.527
REPUTATION
2
BEITRÄGE
18 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
61.11%
ERHALTENE STIMMEN
1
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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
Visualize population data in a coordinate grid
Hi, I'm struggling with the imagesc function to plot my population data. I have a matrix A of 1500 x 3, in which the first...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Write and save .dbf file
Hello, I'm looking for a way to adapt a .dbf file and then save it as a .dbf file again. I found a function dbfread.m that...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Add text to string in for-loop
Hi, I would like to add text to a string in a for-loop. In the end the string should be: str= X(1)+X(2)+X(3)+X(4)....+X(15...
fast 8 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
fprintf in a for-loop
Hi, I'm looking for a way to make my code faster. I'm facing the following problem: I have a for-loop of 1:length(events)....
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Force x axis to start at origin
Hi, I want to make a bar chart in MATLAB R2016b. For some reason the x-axis does not start in the origin of the x- and y-axi...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Check if time equals time frame
Hello, I'm facing the following problem. I have a matrix A(1000x1) containing time values in terms of time steps. I want ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Adapting a dataset such that it contains unique values
Hello, I'm facing the following problem: I have a matrix A(X,1) which contains time data. The time is given in steps of 20...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Visualizing min, max and mean
Hello, I'm looking for a way to plot my data like in this figure. I'm having a matrix A containing information on a larger da...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Adapted Boxplot visualizing min max and mean
Hello, I'm looking for a way to plot my data like in this figure. I'm having a matrix A containing information on a larger d...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
If statement with 2 matrices
Hi guys, I got the following question regarding applying a if statement in the correct way: I have a matrix A (2856x48) co...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Summarize data in a table
Hi, I'm looking for a nice way to summarize my data. I have 5 matrices: A contains unique(year(t)) a vector with years ...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
If statement in cell arrays
Hi, I have a matrix A of 1x24 cells. Each cell contains c x 1 values, with c being variable. So A{1} is 2360x1, while A{2} is...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Write cell arrays to matlab
Hi, I have a matrix A containing 1x24 cells. Each cell contains data cx1, with c being variable. So, A{1} is 2360x1, while ...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
If loop using cell arrays
Hi, I have 2 matrices: A with 24 arrays of each different length (i.e. A{1} 2362x1, A{2} 2341x1) defining salaries B ...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
For/If loop in cell array
Hi, I have a question regarding implementing a for and if loop with cell arrays. I have a matrix A{1x24 cell} Each cell c...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to use Permute?
Hello, I have a matrix A(2362x48) and I want to convert this into a 3D matrix B(2362X12X4). So I want all the rows of column...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
For loop with changing matrix
Hi, I have a for loop (j= 1:years) in which matrix A changes per j. Matrix A is a matrix containing birthdates in column 8. ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Deleting rows in a matrix
Hi, I have two matrices which are generated in a loop for n years: A (m-rows x n-columns) B (k-rows) Matrix B includes...
mehr als 9 Jahre vor | 3 Antworten | 0