Community Profile

photo

EM geo


Last seen: fast 2 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Thankful Level 4

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to load a txt file and create a matrix?
Hi everybody! I need to load the txt file attached and create a matrix in order to create boxplots. Can you help me ? I tried ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is there a best way to identify anomalous peaks in signals and remove them?
Hi to everybody! I need some advices regarding how to find big peaks in a signal (both positive or negative). My data are hydro...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Unable to concatenate the table variables 'Var1' and 'Var2', because their types are double and cell.
Hello everybody and happy new year!! I'm trying to import a .csv file in Matlab. My code sobstitutes NaN values with 9999 and t...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to improve groups in boxplot matlab?
Hi everybody! I'm trying to create a boxplot with multiple variables. This is my code: h = boxplot(L_levtrue,{ID_stop_levtr...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to quantify the steps in findchangepts function output?
Hi! I found the change points on my data with this code: clear; close; clc; load('data_c_AN_R') figure(1) M5i = movmean(Pc,1...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to properly import excel data, insert values through "EDIT FIELD" and run a function using App Designer in Matlab?
Hi everybody! I'm trying to create a GUI that open an .xlsx file, importing the table as a matrix called "data". Then I want to...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to run a loop for variables satifying a specific condition and multiply them by values stored in a matrix?
i need to create a NEW vector in which, starting from the condition that SP > 0 i can create a new vector. In detail want to ski...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sum only consecutive positive numbers and place the sum in a new vector in specific positions
Hi! I have this variable P1 (attached) and i want to make the sum of ONLY consecutive positive values and place the sum in a ne...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can I change variable value in a for loop?
Hi! i'm writing a code in which there is this part (indicated with "from here" to here" in the code below): There i'm calcul...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to go backwards in a for loop until a condition is satisfied?
Hi everybody! I'm working on a very long for loop in which i want also to go backwards in order to assess if a condition is sat...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

1

Antwort

Frage


can somebody help me to understand this cross correlation output?
Hi! I'm trying to find cross-correlation between rainfalls and rock fall events and in case, i want to know how many days are ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to index a column matrix based on other column matrix?
Hi! I have two column matrix of different lenght (B is little than A). i want to indexing B using values from A and create a new...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Mapping toolbox. converting asc to tiff file i get NaN values
Hi to all, i'm trying to convert a .asc file (column matrix) to a .tif file (reshaping it) using Mapping Toolbox. I already use...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How perform anova tests after using regress in MATLAB?
Hi! I'm trying to perform ANOVA analysis for a multiple regression model built using regress This is my model: clc; clear...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how can i display only two decimals in uitable MATLAB?
Hi, i have a table in a subplot having also three histograms. I want to display in the table only two decimals and i don't know ...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to use parfor?
Hi, i'm trying to use par-for in this code, but it matlab gives me this error: "Error: The variable D in a parfor cannot be clas...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error using cat. Dimensions of arrays being concatenated are not consistent.
Hi everybody, i'm trying to import an ascii file in matlab and change comma with point. I'm using this code found in the commun...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What is the normalized weight matrix of the Moran's I (function) and how can i create it?
Hi, i'm trying to calculate local Moran's I index of spatial correlation for rasters. I don't know so much about statistics (i'...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how can i access to data in a structure?
I have this structure called MyMAC and it has one field (result). I need to access to the data "mu" and "sigma". How can i do th...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can join two tables based on specific values with repetitions?
I want to join the two table attached based on all the values in the column called 'idstop' of the table T_equo. How can i do? ...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how can i build a for loop to create histograms for a multiple cell array?
i have a multiple array cells (result): there are 20 cells and each cell contains other 20 cells. I would like to create an...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to run completely a loop inside one other?
Hi! i have the data attached. ID_stop1 is an identifier of data and it is repeated 80 times for each value. Nn1 is a number from...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
I have this code (data attached) and i receive this error: "Unable to perform assignment because the indices on the left side ar...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to create a matrix from cells with different size and concatenate them?
I have a cell array called Rcalc (1 x 91) and each cell has different size (see photos). I need a matrix of only one column and ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can i build a for loop for a subset of data having repetitions?
I would like to do a regression analysis with some data in matrix A1 (variables indexed). The variable IDstop1 is repeated many ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can i reduce precision only in the maximum value of a column matrix?
I would like to reduce the precision only to the maximum value of my matrix D3 (attached). All the values are with 4 decimals bu...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can i sample from a distribution already fitted with allfitdist?
I want to find the best fitting of a variable distribution (the second column of the matrix D) using the function "allfitdist"....

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can i randomly sample from a matrix and determine the remaining part?
i have a matrix (D) having 343 rows and 7 columns and i want to sample randomly the 30% of the data and determine the remaining ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can i create figures in a for loop
I have to create a figure every 80 measurements of a row vector with length 31999 (Bn in the code). I tried to write this code b...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden