I have a problem in storing the data in matrix in for and if loops, The results give me only the last value of the last iteration. I want all the
I have a 3XN matrix representing a list of 3D coordinates,something like 3333333334343434343535 1718192016171819201617
I would like to compare a single image (开发者_如何转开发probably jpeg formats) with multiple images in matlab and when the images matches with one of the multiple images i would like to output that i
I have these 3 functions function r = RingRead(n,p) r=( p * RingReadggg(n-1,p))+( (1-p)* RingReadggb(n-1,p));
basically, i am supposed to create a image with circles and lines... not using plot function. because the final output is to pop out by imshow().or image().or imagesc()...
I would like to separate the parts of the following text file using MATLAB:like first 1-3(modes) in one group next 1-3 in second group and so on...
I\'m trying to sort through some image data in matlab and want to prompt the user for input about a series of images.Each time I show an image I want to pause and wait for a keystroke and perform a di
I\'ve to create a neural network for classifying 20 objects. My input matrix is 100 by 400, and target is 1 by 400. Each 20 columns of input input matrix belong to same class, like this:
So, I\'ve a GUI that basically allows the user to iteratively process data. Thus, there is a start/stop button and a display that shows the current state of the data. When you click the start button,
I have some problems in reading data from text file and plotting it.The text file contains Date; Time; Temp °C