Community Profile

photo

EM geo


Last seen: 1年以上 前 2018 年からアクティブ

統計

  • Thankful Level 4

バッジを表示

Content Feed

表示方法

質問


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 ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

約3年 前 | 1 件の回答 | 0

1

回答

質問


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...

約3年 前 | 2 件の回答 | 0

2

回答

質問


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...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

約4年 前 | 1 件の回答 | 0

1

回答

質問


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...

約4年 前 | 1 件の回答 | 0

1

回答

質問


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...

約4年 前 | 1 件の回答 | 0

1

回答

質問


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...

約4年 前 | 1 件の回答 | 0

1

回答

1

回答

質問


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 ...

約4年 前 | 1 件の回答 | 0

1

回答

質問


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...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


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 ...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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'...

約5年 前 | 0 件の回答 | 0

0

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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? ...

約5年 前 | 0 件の回答 | 0

0

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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 ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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 ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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"....

約5年 前 | 1 件の回答 | 0

1

回答

質問


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 ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

5年以上 前 | 1 件の回答 | 0

1

回答

さらに読み込む