
Turbulence Analysis
Estadísticas
98 Preguntas
12 Respuestas
CLASIFICACIÓN
17.525
of 277.680
REPUTACIÓN
2
CONTRIBUCIONES
98 Preguntas
12 Respuestas
ACEPTACIÓN DE RESPUESTAS
64.29%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 18.791
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 128.876
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
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...
3 meses hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
3 meses hace | 1 respuesta | 0
1
respuestaPregunta
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...
4 meses hace | 1 respuesta | 0
1
respuestaPregunta
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...
5 meses hace | 1 respuesta | 0
1
respuestaPregunta
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...
5 meses hace | 2 respuestas | 0
2
respuestasPregunta
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' ,'...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
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....
8 meses hace | 3 respuestas | 0
3
respuestasPregunta
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 ...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
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...
11 meses hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
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...
11 meses hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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
respuestasAssign 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
respuestasPregunta
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
respuestaPregunta
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
respuestaPregunta
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
respuestasPregunta
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