
Turbulence Analysis
Content Feed
질문
color region in the plot based on the values
Hi, In the attached array, I need to color the region based on whenever A(:,2) is greater than 5. I tried yregion,seems this wi...
대략 1개월 전 | 답변 수: 1 | 0
1
답변질문
If else condition to set values greater or equal to one
Hi, I am multiplying values in the one column with other one, lets say B = A(:,1).* A(:,2) Here before performing the multipli...
대략 1개월 전 | 답변 수: 1 | 0
1
답변질문
import data from .dat file
Hi, I intend to read data from the .dat file. Here each data set is sperated by '&', so if I use below script, it just reads on...
대략 1개월 전 | 답변 수: 1 | 0
1
답변질문
Count values in the given array
Hi, In the attached array, column 1 got two values -3.14 and -3.84 and on column 2 some values are 0 and some are 1. I need to ...
대략 2개월 전 | 답변 수: 1 | 0
1
답변질문
how to check the value is above or below certain number in the set of columns
Hi, In the attached data, from the columns 225 to 247, I need to check does any values in the row 1 exceeds 600. If exceeds, it...
대략 2개월 전 | 답변 수: 1 | 0
1
답변질문
Find existence of values in the certain range
Hi, I have 1000 arrays. In each, I have to find the existence of values in a certain range let's say 50.5 -52.5..
대략 2개월 전 | 답변 수: 1 | 0
1
답변질문
Reshape array with respect to other array
Hi, I have the time stamps stored in the array named A (mx1) and image data stored in B (mx1). I need to reshape the data in th...
2개월 전 | 답변 수: 0 | 0
0
답변질문
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...
9개월 전 | 답변 수: 2 | 0
2
답변질문
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 ...
10개월 전 | 답변 수: 1 | 0
1
답변질문
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...
10개월 전 | 답변 수: 1 | 0
1
답변질문
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...
12개월 전 | 답변 수: 1 | 0
1
답변질문
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...
12개월 전 | 답변 수: 2 | 0
2
답변질문
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' ,'...
12개월 전 | 답변 수: 1 | 0
1
답변질문
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....
대략 1년 전 | 답변 수: 3 | 0
3
답변질문
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 ...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 초과 전 | 답변 수: 2 | 0
2
답변질문
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 ...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 초과 전 | 답변 수: 1 | 0