Statistics
37 Questions
0 Answers
RANK
37.505
of 295.467
REPUTATION
1
CONTRIBUTIONS
37 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
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
Question
Compiled App 'uigetfile' faulty behaviour?!
Hi all, I have compiled my app and I am having issues with it, even though it works perfectly fine when running the script in...
meer dan 8 jaar ago | 0 answers | 0
0
answersQuestion
How to save excel files as the curent date? Help
Hello Everyone, In my programme, I gather information about a set of pictures and then put the information into an excel file...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
Gathering excel files over months
Hi everybody, So as my GUI produces excel files I use xlxwrite to save the function to my computer. Is there any way to save...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
XlsWrite keeps overwriting my excel file!
Hi everybody, My GUI is very nearly complete but I have one last slight issue. Everytime my image processing is complete, my ...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
Using 'xlswrite' to save excel file to a PRE-SPECIFIED folder
Hi All, In my GUI, I use a pushbutton to select a directory which will be used as the save location for the processed images....
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
Converting to numerical ordering from ASCII ordering
Hi All, I am stuck trying to get Matlab to process my files in numerical order. When I use dir() and it processes each image ...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
GUI - alpha numerical ordering problem with dir() help
Hi everybody, --The problem below, I have been told is due to Matlab using an 'alpha-numerical' ordering system when retrievi...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
GUI - 'For' loop not working correctly
Hi everyone, I have a very trivial issue here but I cannot see what I have done wrong. In a for loop I have created I get the...
meer dan 8 jaar ago | 2 answers | 0
2
answersQuestion
GUI - Saving multiple files to a pre-specified folder
Hi again everybody, In this GUI I have made, I want to click 'pushbutton3' to specify a directory where I want to save the pr...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
" Unable to determine the file formt from the file name" ERROR. Please help!
Hi everyone, I have two push buttons in my GUI. One allows the user to choose a folder in which the processed images will go ...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
GUI - Saving image to pre specified folder
Hi everybody, On one pushbutton I have made some code that allows the user to select a folder of their choice to use as the f...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
GUI - Saving multiple files to a pre-specified folder (EDIT)!!
Hi again everybody, In this GUI I have made, I want to click 'pushbutton3' to specify a directory where I want to save the pr...
meer dan 8 jaar ago | 0 answers | 0
0
answersQuestion
ROIPOLY Issue with GUI help??
Hi everyone, Thanks to Geoff hayes help, I now have this code under my pushbutton4 function in a GUI: % --- Executes on ...
meer dan 8 jaar ago | 0 answers | 0
0
answersQuestion
Using ROIPOLY in a GUI help!
Hi everybody, I'm having a few issues using the roipoly function in a GUI. I want to use one pushbutton where you select the ...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
How to ensure only first image is used in a function???
So I have this short bit of code which produces a binary image based on thresholds I have selected. I want to choose a file ( th...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
How to select only first picture from a given file using GUI, then use variables from one function in another???
Hi everyone, I have a pushbutton in a gui and I want to use the 'uigetdir' function, or something similar, to make it load ON...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
How to get DIMENSIONS of ROI using roipoly??
Hi everybody, I have used the roipoly function to define an ROI within an image and it appears white with a black background....
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
How to find pixel location using ROIPOLY???
Hi everyone, I think I am on the right track using roipoly because I want to use it to locate a ROI within a picture. My ROI ...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
How to let the user choose where to process on an image?
Hello everybody, I want to create a GUI which lets the user choose on an image where the area of interest is. So I want a pic...
meer dan 8 jaar ago | 2 answers | 0
2
answersQuestion
How to process only a select area of an image help!?
Hi everybody, So, I have made a bit of code that processes an image but I have had an idea which means now I only need to pro...
meer dan 8 jaar ago | 2 answers | 0
2
answersQuestion
"Error, Not enough input arguments"
Hi everyone, I am making code that takes a picture, applies a threshold to the picture, then locates the pixel value of a cert...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
Determing pixel locations of an object
Hi everybody, So I am developing a programme which performs image processing on only a certain area of the picture in question....
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
Plotting graph on GUI (I can't comment on answers!! :( )
Hi everyone, So I have made a GUI that successfully processes images in batch. Part of the processing is that it counts the numb...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
GUI - Plotting graph iteratively
Hi everyone, So I have made a GUI that successfully processes images in batch. Part of the processing is that it counts the numb...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
GUI - Plotting graph iteratively
Hi everyone, So I have made a GUI that successfully processes images in batch. Part of the processing is that it counts the num...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
Help with writing results of a code sequence to a text file
Hi everyone, I have some code that processes images and will produce some results such as a string saying whether or not the ex...
meer dan 8 jaar ago | 0 answers | 0
0
answersQuestion
Writing to a CSV/Text File
Hi everyone. I have a bit of code at the moment which is carried out after a series of image processing techniques. At this bit ...
meer dan 8 jaar ago | 0 answers | 0
0
answersQuestion
Writing To a CSV File
Hi everyone. I have a bit of code at the moment which is carried out after a series of image processing techniques. At this bit ...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
GUI - displaying results to listbox(2)
**I am unable to comment on answers on this computer I have no idea why, so I have to create a new question for the same issue I...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
GUI - displaying results to listbox
Hi everyone, In the GUI I am making I have a pushbutton which runs a big section of code. What it does is take all the images i...
meer dan 8 jaar ago | 0 answers | 0