Statistiques
18 Questions
0 Réponses
RANG
22 009
of 295 673
RÉPUTATION
2
CONTRIBUTIONS
18 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
61.11%
VOTES REÇUS
1
RANG
of 20 262
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 257
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
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...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 8 ans il y a | 2 réponses | 1
2
réponsesQuestion
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)....
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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. ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 3 réponses | 0