Philip G
2016년부터 활동
Followers: 0 Following: 0
Biophysicist. Curious.
Feeds
답변 있음
Volumetric slice plot of tomographic data
Hi, if you do not want to use a simple |isosurface| or volume viewer as I suggested in my comment, every image can have an |alp...
Volumetric slice plot of tomographic data
Hi, if you do not want to use a simple |isosurface| or volume viewer as I suggested in my comment, every image can have an |alp...
7년 초과 전 | 2
| 수락됨
답변 있음
How to load and read these files in matlab?
If you are unsure how to import a certain file ... you can use the import wizard (right click on your file in MATLAB and choose ...
How to load and read these files in matlab?
If you are unsure how to import a certain file ... you can use the import wizard (right click on your file in MATLAB and choose ...
7년 초과 전 | 0
| 수락됨
답변 있음
How can I save a matlab GUI figure with logo inserted into it.
I do it very similar to your code ... axes(handles.ax_img) % here I specify the axes where to plot the image logo1 = imrea...
How can I save a matlab GUI figure with logo inserted into it.
I do it very similar to your code ... axes(handles.ax_img) % here I specify the axes where to plot the image logo1 = imrea...
7년 초과 전 | 0
| 수락됨
답변 있음
cell array elements comparision
Hey lucksBi again ;) These are very basic operations you are asking - maybe consult the documentation for basic handling of c...
cell array elements comparision
Hey lucksBi again ;) These are very basic operations you are asking - maybe consult the documentation for basic handling of c...
7년 초과 전 | 0
답변 있음
combine elements of cell arrays
You might try the MATLAB functions horzcat and vertcat. For example: a{1,1}{1,1}=123; b{1,1}{1,1}=123; horzcat(a{1,1}{1...
combine elements of cell arrays
You might try the MATLAB functions horzcat and vertcat. For example: a{1,1}{1,1}=123; b{1,1}{1,1}=123; horzcat(a{1,1}{1...
7년 초과 전 | 0
| 수락됨
질문
Predicting text with neural networks
Hi, I have worked with standard fitting and classification networks as well as convolutional networks so far. But now I am stu...
7년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Plotting in Matlab GUI.
Hi, the approach using |guidata| to store and retrieve data is correct. The general structure should be like function datai...
Plotting in Matlab GUI.
Hi, the approach using |guidata| to store and retrieve data is correct. The general structure should be like function datai...
거의 8년 전 | 0
| 수락됨
답변 있음
I have several sub folders where I have images. I want to use imwrite for those images and get all of them in a folder. Thanks.
Hi, I am not sure what exactly you want to do with sprintf and what you mean with "output of the images" but ... There are f...
I have several sub folders where I have images. I want to use imwrite for those images and get all of them in a folder. Thanks.
Hi, I am not sure what exactly you want to do with sprintf and what you mean with "output of the images" but ... There are f...
거의 8년 전 | 0
질문
Neural network for fitting histograms - tips for optimisation / setup?
Hi, I am currently using a FITNET to estimate underlying parameters for histogram data. As I am not greatly experienced in usin...
거의 8년 전 | 답변 수: 0 | 0