AASHNA SUNEJA
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
67.924
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
Feeds
Pregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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;...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaa 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 ...
alrededor de 4 años hace | 0
Pregunta
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 =...
alrededor de 4 años hace | 3 respuestas | 0