Community Profile

photo

Turbulence Analysis


Last seen: 8日 前 2020 年からアクティブ

統計

  • Thankful Level 5
  • First Review
  • First Answer

バッジを表示

Content Feed

表示方法

質問


Issue with legend colours in scatter plots with tranparency set 'ON'
Hi, I had set the Transparency to my scatter plot as shown in the below code. Unfrtunately, the marker colors are not visible i...

13日 前 | 2 件の回答 | 0

2

回答

回答済み
How to read a mraw file
Hi, With this function, I am getting the below error Unable to perform assignment because the size of the left side is 5898...

約1ヶ月 前 | 0

質問


create script to matlab function
Hi, I am need to convert my attached matlab script to function to be able run the entire code in the server. Could someone hel...

約1ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Issue with getframe()
I am saving the images generated inside the for loop using getframe () command. I have the following two issues. I couldn't cha...

2ヶ月 前 | 1 件の回答 | 0

1

回答

質問


save images inside a for loop at uneven intervals
Hi, I am trying to save images inside the Img array that is generated inside the for loop at uneven iteration numbers. For exam...

2ヶ月 前 | 3 件の回答 | 0

3

回答

回答済み
create image from timeseries data
Actually your code sums up first 200 rows, but not 200 micro seconds that's why intensity appeared only in the small portion of ...

2ヶ月 前 | 0

質問


create image from timeseries data
Hi, I have time stamp (in microseconds) of the image data stored in array AA and arrays x,y and I contains x,y co-ordinats and ...

2ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Extraction based on the array indices
Hi, In the attached snapshot, ts contains the time stamp in the big range. Here, I am looking to extract indices of ts falls i...

2ヶ月 前 | 1 件の回答 | 0

1

回答

質問


measure the length in the image
Hi, How to measure the length of the continous portion of the object shown in the image?

3ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

5ヶ月 前 | 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...

5ヶ月 前 | 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...

5ヶ月 前 | 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 ...

5ヶ月 前 | 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...

6ヶ月 前 | 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..

6ヶ月 前 | 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...

6ヶ月 前 | 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...

約1年 前 | 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 ...

約1年 前 | 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...

約1年 前 | 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...

1年以上 前 | 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...

1年以上 前 | 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' ,'...

1年以上 前 | 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 ...

2年弱 前 | 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...

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

1

回答

さらに読み込む