![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15483036_1557739608161_DEF.jpg)
Amir Torabi
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
30.884
of 297.010
REPUTACIÓN
1
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
38.46%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.418
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.687
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
How can make this microstructure deformed using the deformation matrix?
Hello. I have solved an equation and the below image(256*256) is obtained by using the matrix (phi). I need to achieved a defo...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How can calculate the average diamter of below image using matlab?
Hello, I'd like to calculate the average diamtere of below microstructure using matlab. Is it possible to calculate it or not?...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How can use parallel programming in the below code?
Hello. The below code calculates a PDE equation. I'd like to use parallel to speed up in finer discritization. How is it possi...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How can assign a color for two member of a matrix?
Hello everyone. I have written the below code. The aim of the below code is defining a red color for two bubble 26 and 27(eta(:...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How can delete specific values from below matrix?
Hi. I'd like to delete the columns from matrix distance which don't meet the condition inx. Thanks. for ig= 1:lengt...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How can delete specific value from the below matrix?
Hi. I'd like to delete the columns in the matrix A which don't meet the condition inx.Also, in matrix distance, And update th...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How can find specific values form the below matrix?
Hi. I have a Matrix A. It contains the several coordinates. I'd like to find the distance of each coordinate(x,y) from others. ...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How can specific positions in the below image?
Hello Friends. I am looking for to find the positions(i,j) of light green boundaries in the below images. A needed m.file for...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How can set colormap for below matirx?
Hello Friends. The below code calculates an matrix eta2. and then display some shapes that each of them is on specified positio...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How can calcuate the lines of code efficiently?
Hello. This code calculates the Laplacian. I am looking for reducing the time running of it. My main aim is improving the perfor...
alrededor de 5 años hace | 1 respuesta | 1
1
respuestaPregunta
How can the below code have better effieciency?
the below code performance in higher values is low and needs improvement. is this code be able to be written in the form of pa...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How can speed up the blow codes?
The blow code is part of my project. the performance of this code is alittle low. it is about 0,5s but in higher Nx values, the ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How can vectorize the below codes?
Nx=512; Ny=Nx x0 = Nx/2; y0 = Ny/2; isolve = 2; tic for i=1:512 for j=1:512 ...
alrededor de 5 años hace | 1 respuesta | 0