Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I have a function that generates an array of axes but the number of axes that are generated is not constant, neither their position. So, i want every ...
Hello, I need a simple Earth model, but with correct elevation data. With it I want to check whether visual contact between two points is possible. (i...
How do I make it to display only once instead of 3 times for "after adjusting brightness" & "number of circles detected"? [x,y] = size(ori_roi{i}); %%...
I have shapefile for Indian region. Actually, I want to extract Indian region data through this shapefile froml data. Please help me for doing this....
I want to add a picture to matlab , and need this image's matrix too. and I don't have more information from image proccessing. have you some matlab...
I have the following code i want to convert images jpg (TrainingData) into cell arrays ,where each cell containing a 28-by-28 matrix representing a ...
i'm doing project and need to calculate intensity value of a specific pixel in an image. I am using the following code. Is it right? plz help us.. rgb...
I am trying to use a for loop to read 4 images (of the format 1.jpg,2.jpg etc...) and then calculate the value and location of the minimum pixel of ea...
How can I crop two images out from one big image by manually selecting the region for cropping out with a rectangle for example? Additionally, how can...
an image with unequal size shoud be divided into 4 x 4 non-overlapping blocks....