Emanuele Gandola
Followers: 0 Following: 0
Statistics
RANK
5,540
of 295,467
REPUTATION
8
CONTRIBUTIONS
8 Questions
4 Answers
ANSWER ACCEPTANCE
87.5%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Speed up convolution and supersampling in 3D binary matrix
Thank you Deepak, I found this really usefull solution function [matrixZ,Zplanes] = denoising3D (matrix,planes); Zpl...
7 years ago | 0
| accepted
Question
Speed up convolution and supersampling in 3D binary matrix
HAllo! and thanks in advance to averybody. I have a 3D matrix made by confocal microscopy images that have the same resolutio...
7 years ago | 2 answers | 0
2
answersvolumetri estimation on 3D binary matrix
Thanks Abel! Probably I don't need these functions because I solved in this way % Calculation of volume CC = bwconncom...
8 years ago | 0
| accepted
Question
volumetri estimation on 3D binary matrix
Thanks in advance, I have a 3D binary space derived by a microscopy confocal image. I have to estimate the number of connected...
8 years ago | 2 answers | 0
2
answersHow to export data from matlab to excel file?
Hallo Ekta, this is an example to save excel file on multiple sheet filename = [path 'YourFile.xlsx']; xlswrite(file...
8 years ago | 0
| accepted
Question
Confocal Image super sampling high computational cost
Good morning to everybody, I have several confocal images captured by a Zeiss microscope. The x,y resolution is higher that z ...
8 years ago | 0 answers | 0
0
answersQuestion
Area calculation of a fitted gaussian curve
Hallo everybody, and thanks in advance for the attention. I have a vactor of numbers that represent a normalized distribut...
9 years ago | 1 answer | 0
1
answerQuestion
Keyboard interaction with multiple windows opened on GUI
Hallo, I have a GUI with multiple functions and with it I can open any images in other "figure" windows. This is the GUI that is...
9 years ago | 1 answer | 0
1
answerQuestion
Keyboard interaction using GUI and callback error
Hallo! I've a GUI that upload images, make operation on that and than I show the result on a separate figure. Once the figure ...
9 years ago | 1 answer | 0
1
answerHow can I detect broken circles in Matlab?
Hi, you have to binarize the image with im2bw than you can use some function to be sure that all elements are non connecte...
9 years ago | 0
| accepted
Question
Automatically upload a folder of files into a listBox
Hallo! I'd like to allow the GUI user to automatically select all .jpg file from a folder. I have been implemented a checkbox...
9 years ago | 2 answers | 0
2
answersQuestion
GUI use of ListBox error:??? Attempt to reference field of non-structure array.
Hallo! I used GUIDE to build a simple GUI in Matlab. I'd like to upload multiple images with this function linked to a pu...
9 years ago | 1 answer | 0