Community Profile

photo

AASHNA SUNEJA


Last seen: 1년 초과 전 2020년부터 활동

통계

  • Thankful Level 2

배지 보기

Content Feed

보기 기준

질문


I want to calibrate the image according to the experimental setup dimensions.
I have an image of 2D quasi dimensional from which i want to calaculate the mean dspersion. The image has white, red and blue pa...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Want to find the mean dispersion of the white particles in the image
I have been trying to calculate the mean dispersion of the white particles from an image. The code calculates the mean dispersio...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Want to find the coordinates of the particles from an image
I want to find the cordinates of the non spherical particles from an image to estimate the local structure from an image. The im...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


I want to calculate the orientation distribution of non spherical particles in a packed bed from the coordinates x, y and z and radii of the particle.
I want to calculate the orientation distribution of non spherical particles in a packed bed from the coordinates x, y and z and ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I want to find mean dispersion of the white particles from an image using the formula given in the figure attached with this question.
I want to find the mean dispersion of the white particles from an image using the formula given with this question. I am also at...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


I want to represent a set of 2-D experimental data (1 x 10matrix) using a colorbar plot.
I want to represent a set of 2-D experimental data (1 x 10matrix) using a colorbar plot where y reamins constant and the experim...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to calculate the radial void fraction of non spherical particles from in an image
How to calculate the radial void fraction of non spherical particles from in an image? I am attaching one such image from which ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


To calculate the orientation of different particles in an image of a packed bed can be solved by Markov chain Monte Carlo simulation
I want to calculate the orientation of particles in a packed bed from the images obtained from CT. This can be calculated using ...

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I want to calculate the angle of the different particles in an image. The particles are packed in a cylindrical column. The angle is between particle and column central axis
clc; % Clear the command window. close all; % Close all figures (except those of imtool.) clear; % Erase all existing var...

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I want to extract data from an excel file which contains the data from different images... I want to sort the data like the axial voidage sheet generated as shown in the sample file MATLAB and the other sheet radial voidage.
I want to sort the data like for eg. for the image no.5 the first row is the axial voidage data and the radial voidage the entir...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


I want to fill these 15 equal zones with the different %age value and these values to be depicted by color scale
N = 4; % divides to 4 parts N1 = 10; a = linspace(0, 2*pi, N*10); a1 = linspace(0,2*pi, N1*10); r1 = 100; r2=58; r3=25;...

3년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
a circle is divided using 2 by inscribing 2 circles how can we divide three regions obtained from it into equal 15 zones
Many thanks Vashishta I want a smilar sort of figure. I am attaching the figure I want and what I want to do exactly. I want ...

3년 초과 전 | 0

질문


a circle is divided using 2 by inscribing 2 circles how can we divide three regions obtained from it into equal 15 zones
a = linspace(0, 2*pi, 100); r1 = 100; r2=58; r3=25; x = r1*cos(a); y = r1*sin(a); x1 = r2*cos(a); y1 = r2*sin(a); x2 =...

3년 초과 전 | 답변 수: 3 | 0

3

답변