Statistics
RANK
36,109
of 295,467
REPUTATION
1
CONTRIBUTIONS
14 Questions
1 Answer
ANSWER ACCEPTANCE
7.14%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
8 years ago | 1 answer | 1
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 0 answers | 0
0
answersQuestion
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 ...
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 0 answers | 0
0
answersQuestion
Gui, Cursor, mouse control
I want to display several figures together. <</matlabcentral/answers/uploaded_files/34197/Figure1_3.PNG>> Actually they...
9 years ago | 0 answers | 0
0
answersSolved
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 ...
9 years ago
Question
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...
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerparallel 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. ...
9 years ago | 0
Question
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...
9 years ago | 2 answers | 0