Community Profile

photo

Turbulence Analysis


Last seen: 7 meses hace Con actividad desde 2020

Estadísticas

  • Thankful Level 5
  • First Review
  • First Answer

Ver insignias

Content Feed

Ver por

Pregunta


How to save the scatter plot with and without transparency
Hi, I need to save the scatter graph plotted with the same data but one with transparency applied and the other without transpa...

7 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


if-else if inside the for loop
The numbers 1 to 24 is stored inside the array i i =[ 1 ..24] Here, lets say for i = 1,2,4,5,6 and 13,14,16,17,18 I have to ...

7 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Issue with probability density function
Hi, I am trying to plot the histogram along with pdf. I am already having the script for histogram, could someone please help m...

8 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


savefigures with filenames from a cell array
I intend to save the figures with the names that being defined in the cell array for e.g. as shown in the below code, the final...

9 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


issue with colormap (colorcube)
Hi, I am using colorcube colormap on the matlab 2018 and 2022b versions. The issue is I am getting different color palette on t...

9 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


assigning file from the struct
Hi, I am looking for a some help in reading the file from teh sturct. Fo example, I have sturct files named 'A' , 'B' , 'C' ,'...

10 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Read data from .txt file
Hi, I have a .txt file which got 1442 rows and 100 columns. I nned to read and store this data in a sepertae array, lets say A....

12 meses hace | 3 respuestas | 0

3

respuestas

Pregunta


how to set values in the particular column to constnat value based on greater than equal to criteria
Hi, For Instance, lets say I have a matrix A of size 5000 x 7, I would like to set all the values greater than 1 in the column ...

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

1

respuesta

Pregunta


Gradient coloring in histogram/Histogram color
Hi, Lets say I have a two matrix Output, Outpu1. I am creating a histogram from the entries of matrix Output as follows his...

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

1

respuesta

Pregunta


estimation of probability density function
I am loking into calculate a PDF for the herewith attached histogram.. Could someone help me with this.. I didn't get a proper ...

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

1

respuesta

Pregunta


Select values in the matrix based on the condition
Hi, I have two matrix A and B of 94349 x 1. Here the values in the matrix A are range from 0 to 1. First, I have to identify ...

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

1

respuesta

Pregunta


define color range in scatter plot
Hi, I have values ranging from 0 to 3000. Here, only for the values ranging between 2000 to 3000 I have to use the color palett...

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


change marker color based on the values
Hi, I have a matrix B of 94859 x 3. In the the below command, I would like to change each individual marker color based on the ...

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

1

respuesta

Pregunta


Issue with sprintf () latex interpreter
In the below command, in the place of X=1, is it posiible to call the value that's been defined outside. I tried to use sprintf...

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

1

respuesta

Pregunta


different file name in saving images
In the below script, based on iteration numbers in for loop, I need to change Y_10, Y_20,Y_30,Y_40.....Y_100 Is there a way to ...

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

1

respuesta

Pregunta


Read files from multiple folders
Hi, Lets say I have some 100 .dat files in each subfolder A, B , C , D that is placed inside the folder named Data. Here, I wou...

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

1

respuesta

Pregunta


divide the entries in the column by entries from another column
Hi, I have five arrays lets say A, B , C , D, E of size 100x 3. Here, For instance, I have to divide entries in the second col...

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

1

respuesta

Pregunta


Adding additional column into the array
Hi, I have two arrays A, B of size 100 x 3 and 100 x 5 . Here I would like to copy the entries in the fifth column of B array...

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

2

respuestas

Pregunta


Adding subtitle to the plot
Hi, I am trying to add subtile to my plots, however, I am getting the below error.. Actulaly, I am uisng Matlab 2018.. Will th...

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

1

respuesta

Pregunta


rename files inside the folder
I have to rename files that is placed inside the folder, for e.g. in the below shown example 080 needs to be replaced as 020.. A...

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

1

respuesta

Pregunta


Normalizing histogram counts to 1
Hi, I am trying to normalize the histogram counts in the from of 0 to 1 using the below script. However, I am not getting my co...

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

1

respuesta

Pregunta


Issue with figure display
Hi, I have used below command inside the for loop to avoid the display of figures. However, if I run some other command even in...

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

1

respuesta

Respondida
Two histograms with different x axis /values
Excellent Thanks

más de 1 año hace | 0

Pregunta


Select values in one column based on entries in another column
Hi. I looking for a way to read values in one column based on the entries in qnother column, For example in the attached array...

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

2

respuestas

Respondida
Assign Character based on condition
Actually, X, Y ,Z are not of same size.. I will try the if, else if method as you suggested..

más de 1 año hace | 0

Pregunta


Assign Character based on condition
Hi, In the below script, if ii = 3, I would like to define X_5 (:,1) = X_5 (:,1)*(2); and for ii =2 it should be Y i.e. Y_5 (...

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

2

respuestas

Pregunta


latex interpreter sprintf issue
Hi, I would like insert text in my figure y = 10mm_x=1, I tried as follows, but it throws below error Suggestions please !! ...

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

1

respuesta

Pregunta


How to assign character/string in the for loop
Hi, I am defining the character fname = '*A' I need to use this chracter insdie the for loop as follows, fname(i)={load(flist...

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

1

respuesta

Pregunta


Two histograms with different x axis /values
Hi, I am trying plot histogram with two different x values on the single plot. Did somebody tried something similar like this b...

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

2

respuestas

Pregunta


Issue with latex interpreter plot/chart title
Hi, I would like to assign plot title as follows Y_10mm_X = num2str(b2(i)). where i = 0.78 For this, I tried as follows title...

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

1

respuesta

Cargar más