Guanfeng Gao
UIUC
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
36.109
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
14 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
7.14%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
115.443
of 154.105
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Matlab2016a opengl in Ubuntu 14.04
Whenever I do some plot, there comes the error: *JavaSceneServerPeer problem: Couldn't create JOGL canvas--using painters* I u...
alrededor de 8 años hace | 1 respuesta | 1
1
respuestaPregunta
image registration of two different 3D matrix in different size
I have two image matrix. One is from MRI, and another is from PET. And they are in the different size, which means the pixel siz...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Dicomread Stripe in Matlab
I use the dicomread to read a series of files and create a 3D matrix in Matlab. Then, I display the image in the coronal and sag...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
ROI in GUI and change
I want to process a 3D medical imaging data. And then draw a 3D ROI in that field. Right now, I can show the 3D image in three d...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
GUI position and width errors
I change the position unit from 'normalized' to 'pixel' or any other unit. It shows that the width and length will be 0!!! Here ...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
When the axis equal error comes
When I use the 'axis equal', the error comes as follows: " Error using matlab.graphics.axis.Axes/set While setting the 'Plo...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Whether or not the Matlab is running
I know that when the Matlab command window shows:'>>', it means you can type and run immediately. And when the '>>' disappear, i...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
MATLAB GUI mouse shape control
I want to design a gui. And when the cursor point to different part of the GUI, I want it to change the shape itself. Such as be...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Multiple Axes in Gui
Hi, I have multiple Axes in the GUI, and I want them to share the same data cursor. Actually, those figures are three view of on...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Gui, Cursor, mouse control
I want to display several figures together. <</matlabcentral/answers/uploaded_files/34197/Figure1_3.PNG>> Actually they...
más de 9 años hace | 0 respuestas | 0
0
respuestasResuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
más de 9 años hace
Pregunta
fmincon reach the minimum of object function
I am confused while using the fmincon to search the minimum of an object function. Question 1: using the fmincon and stop(cont...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
parallel efficiency problem in the loop
I have a question while using the parallel in Matlab. parfor ii=1:100 [a]=function(x1, x2, x3,....) end Each loop...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
fmincon save each iteration information
I am using the fmincon, and I want to save the fitting value for each iteration automatically. What I can do is to display the f...
más de 9 años hace | 1 respuesta | 0
1
respuestaparallel computing speed question when the body of the parfor loop takes about 2 seconds
Thanks!!! I do not have several hosts or file I/O in my parallel loop!!! However, I am still not satisfied with the speed. E.G. ...
más de 9 años hace | 0
Pregunta
parallel computing speed question when the body of the parfor loop takes about 2 seconds
I have a question about parallel: parfor ii=1:N dosomething%% end in the parfor loop, the time of dosomething is 2 s...
más de 9 años hace | 2 respuestas | 0