Community Profile

photo

AS


Last seen: 3 meses hace Con actividad desde 2019

Programming Languages:
MATLAB
Spoken Languages:
English

Estadísticas

  • Thankful Level 4
  • First Review

Ver insignias

Content Feed

Ver por

Pregunta


How to keep the values for particular dimension of a matrix and rest of the dimension will be zeros?
I have a matrix A with dimension 496 by 48. I want to keep the values with dimension A(350:400, 20:35) as it is and rest of the ...

6 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


How to get 2D plot using three arrays?
I have three datasets; amplitude values (AA_1.mat) and corresponding time (t.mat) and depth (depth_1.mat). How to plot them toge...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot amplitude values of a matrix (dimension 651 by 10) with colorcode
I have amplitude values of a matrix with dimension 651*10. Also, I have the cluster number for this matrix with 1 to 5. I want t...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to do sum for 3D matrix using for loop
I have 3D matrix with size (2501*90*5). Now I awnt to sum using for loop by taking 2D matrix 2501*90 for 5 times. Like, first i...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


How to match pair of two elements of a matrix with the pair of two elements of another matrix?
I have two matrices with two columns: A= [1 3; 5 9; 7 6; 10 8] B = [10 8; 7 6; 70 16; 1 3; 12 34; 5 9; 20 45; 10 8] I want to...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to do summation columnwise and create the structure array of summed values.
I have matrix with dimension 1125 * 1128. I want to do summation of every 141 columns and so on. Then store the output in data ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to run the code by moving one column to next and repeat the algorithm
I have a code of neuaral network, where my number of input is 3 (matrix dimension is 20 by 3) and target is 20 by 900. I want to...

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to resample the .segy data format into specific sampling interval
I have a .segy data with sampling interval dt=2ms and I want to resample it with dt=4ms. I have tired with SeisLab and segymat-1...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Respondida
How to plot number of a matrix with colorcode?
Thanks everyone for your responses. But, I want to plot it using imagesc coomand. I have plotted it and unable to mention specif...

más de 2 años hace | 0

Pregunta


How to plot number of a matrix with colorcode?
A matrix with dimension 2193 * 2, where 1st column is depth and 2nd column is number ( 1 to 6). I want to plot these number with...

más de 2 años hace | 4 respuestas | 0

4

respuestas

Pregunta


How to subplot using for loop?
I want to subplot in for loop. I have 3d matrix (M) with dimension (3000*8*10). I want to subplot for 8 variables for 10 r...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to match column of a one matrix with another column of second matrix?
I have three matrices like A = 0 0 3 0 2 3 1 2 0 1 0 0 B = ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to extract the data for specific interval?
I have a datasets of time and value with time interval 0.1 sec. But, I want to extract the value and corresponding time for 0.5 ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to fit curve using for loop?
I have a 15 number of signals with data point 64 in each. I want to use loop to fit all the signals with fittype 'gauss2' and pl...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to convert .java file to .mat file?
I have a.java file and want to run in matlab by convert it into .mat file. How to do this conversion?

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to generate colormap for specific matrix?
I have matrix with values and corresponding index number or class number. I want to generate a colormap based on the values of t...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to calculate the area under curve?
I have attached a curve in which x axis is time and y axis is amplitude. How to calculate the area under this curve.Please sugge...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to genarate gaussian curve from another gaussian curve?
I have the data points of the red curves and I want to generate the blue curve from red curve. The area difference between two c...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to get back the values of a curve from its cumulative integral value?
I have a amplitude distribution with time ( i.e. real curve, blak line). Then I did cumulative trapezoidal inegration of the cur...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What is exactly the kmeans ++ algorithm? How do I write in code?
I have used regular som, where initialization is done by random initialization. I want to apply weighted kmeans for initializati...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to fit a signal using polynomial fit with hogher order?
I have a amplitude value with time period of a signal. I am trying to fit this signal by polynomial fitting. I have attached the...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to arrange the values of the matrix according to index number?
I have index number of matrix A =[1 3 5 6], B= [ 2 4]. The values corresponding to index number matrix A is A1=[3 4 -7 5; 2 5 1...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to find out the minimum error and its index number by comparing two coulmns of matrices?
I have 22 number of traces (sig1 & sig2 ) in two matrices. I have calculated two error matrices E1 (1 by 22) and E2 (1 by 22) fo...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Initialization of centroid for kmeans++ algorithm
I have applied simple kmeans algorithm for clustering of the datasets, which has dimension 1800 by 3. Now instead of kmeans, I w...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


array dimensions must match in binary op
I am trying to perform this code 3D data but I am getting this error " array dimensions must match in binary op". To solve this ...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to solve the array index problem in kmeans clustering for three dimensional data?
I have used a with dimension 100 by 3 of 10 signals for kmeans clustering. So, I have used it as a three dimensional dataset of ...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to find out the index with its value from cell arrays?
I have two cell arrays. In one cell, there is a value of the matrices with dimension 100 by 10 and other cell there is row and c...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to store the matrix value in cell array?
I have matrix C=100 by 10 and I want to store the values of matrix in cell array. The code is not working. Please help me on th...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find out the index number of particular value from three dimensional matrices
A(:,:,1)= [1 0 0 0 1 0 1 0 1] A(:,:,2)= [1 1 0 1...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to compute weighted probability for nitialization of centers using kmeans++? How kmeans++ is differ from kmeans?
load dara1.dat; nc=4; niters=100; [r,col]=size(data1); p=randperm(r); p=p(1:nc); c=data1(p,:); id=eye(nc); for n=1:niter...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Cargar más