
Nisha Rajiv
TCE
Followers: 0 Following: 0
Estadística
6 Preguntas
2 Respuestas
CLASIFICACIÓN
23.093
of 297.527
REPUTACIÓN
1
CONTRIBUCIONES
6 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.454
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 159.075
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
I have value in matlab that has to given to python script. How should i pass the variable to it
I have found it...This is what i wanted! a= 30; b= 120; c= 90; syscmd = sprintf('python D:\\ex.py %d %d %d', a, b, c...
más de 12 años hace | 0
| aceptada
Pregunta
I have value in matlab that has to given to python script. How should i pass the variable to it
a= 30; b= 120; c= 90; system('python D:\ex.py'); how will i be able to access the variables a,b,c in ex.py
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how to avoid overlapping of 2 images
I have 2 images whose boundary are extracted. I have them plotted.But they are overlapping this is the code how to co...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Am trying to run a program using Duo Core2 processor. I am getting errors which I donot know to solve.
Am trying to run a program using Duo Core2 processor. I am getting errors which I donot know to solve. * Undefined function ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Is it possible to call PYMOL from Matlab code..
I have to write a program in such a way that, I need to call PYMOL and give a pdb(protein structure) file as input. PYMOL has to...
más de 12 años hace | 0 respuestas | 1
0
respuestasPregunta
How to group elements of an array
I have a array of 1500 rows and 2 columns Now among the 1500 rows there are repetition of values like 5 100s 2 300 etc... now ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
I have extracted a boundary and plotted the boundary using bwtrace boundary function. now I need to use the coordinates to rotate the boundary when I give an angle.How should i code it in matlab
if true Protein1_boundary = bwtraceboundary(Protein1_Binary, [Protein1_row, Protein1_col], 'N', connectivity, num_points);...
más de 12 años hace | 0 respuestas | 0
0
respuestashow to get boundary of a hand image???
I have used the same code and i have got the boundary of the image. now i need to make two image boundary to interact to check ...
más de 12 años hace | 0