Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I want to find the coordinates of the middle fingure in both hands....
One of the module of my project requires me to divide a page into three parts, and then discard the middle one. Then I have to work with the 1st and t...
% another question, Does the paper quality affect the image pixels?...
The size of my table (i.e. variables) is 462x622 double I used the code below to create an image: imagesc(image); colormap jet; axis off However, the ...
readImage1=imread(image_file1); m = size(readImage1); what does mean by the second line of the code ?...
Is there a way to scale the colormap in volshow()? Similar to using 'caxis', [min max] for image()?...
I want to know how to resize images 200 x 200 to 100 x 100 without deforming the images in this code close all; clc; %% Initalize the data dataDir= ...
im trying to find the coordinates XY of an image using matlab, and the format results is excel? is it possible?...
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...