I have a loop in MATLAB that fills a cell array in my workspace (2011b, Windows 7, 64 bit) with the following entries:
This question already has answers here: Closed 11 years ago. Possible Duplicate: MATLAB indexing question
I was given a data set that is essentially an image, however each pixel in the image is represented as a value from -1 to 1 inclusive.I am writing an application that needs to take these -1 to 1 grays
i have an image named imageA...imageA has some portion colored black. now i want to replace this Black portion of the imageA w开发者_运维知识库ith the pixels of imageB , in such a way thatlocation of
I am doing an image enhancement technique which enhances dim lit images. I have divided a 640 x 480 image into blocks of 16 images of size 160 x 120 and doing enhancement on each block separately depe
I have a RGB image and want to apply following formulas to it so I get another image. How can I do that? I know how to read/write 开发者_开发知识库image and I know how to loop and apply formulas but I
I am new to MATLAB. By using the command NET.addAssembly I am loading a .NET assembly, instantiating an object of assembly\'s class, then I am invoking the methods of the class.
I have a .csv file in my matlab folder with 38 columns and about 48 thousand entries. I was hoping on using the findcluster gui but it only accepts .dat files.
What is the fastest way to lookup the index of a value in sorted vector in MATLAB? That is, is there a fast find(vector == myNumber, 1, \'first\') for whe开发者_如何学Gon vector is sorted?
I have an image full of objects 开发者_运维知识库of the shape of an ellipse. I need to design an ellipse for each object that is the best fit for the object itself. I have found a code that helps me t