Feeds
질문
Convert log scale to linear scale
Hi all, I made a figure whose Y axis I converted to log scale using the command set(gca,'yscale','log'). I want to convert th...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
Binning elements between limits
Hi all, I have a m*2 matrix. Column 1 is the X position while Column 2 is the distance. Column 2 has a range from 0-20. I wan...
12년 초과 전 | 답변 수: 3 | 0
3
답변질문
Easier way to rename files?
Hi all, I run a code where in the end I rename a bunch of output files based on the date that the data was procured. So if my...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
Convert AVI file to series of images
Hi all, I have a AVI file that was formatted in MATLAB. I wish to convert it to a series of tif images. I am not able to do t...
12년 초과 전 | 답변 수: 4 | 2
4
답변질문
find position of a element in a matrix
Hi Guys, How do I find the last element in a increasing matrix that is less than a particular number. For example if my matri...
거의 13년 전 | 답변 수: 2 | 0
2
답변질문
problem with if statement
Hi Guys, This is a very basic question. I want to figure out which quadrant a point lies in from the value I get from atan2. ...
대략 13년 전 | 답변 수: 3 | 0
3
답변질문
Find NaN elements in a matrix
Hi Guys, How can I find the exact location of NaN elements in a matrix. I work with really large arrays (size 1500*200). H...
대략 13년 전 | 답변 수: 4 | 3
4
답변질문
How to remove repeating elements from an array
Hi Guys, I have two matrices X and Y of the same size. Each element in Y has a corresponding element in X. There are some rep...
대략 13년 전 | 답변 수: 5 | 4
5
답변질문
Combine many matrices into one
Hi all, I have about 10 matrices with variable no of rows but equal number of columns. I wish to combine all these 10 into on...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Changing size in imshow
Hi Guys, Whenever I want to display an image using imshow, it is always displayed at a smaller size. I get the following warn...
13년 초과 전 | 답변 수: 2 | 1
2
답변질문
Selecting a region in an image
Hi all, I want to be able to select a part of an image and store it in MATLAB. Can anyone tell me how I can do that. Say f...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
Getting data values from a plot
Hi Guys, I want to get (x,y) values from a plot. Say my plot is made of the following points (1,1) (2,3) (4,4) and (5,9). Is ...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
Finding integers in an array.
Hey Guys, I have an column matrix that basically consists of NaNs and some integers in between them. Are there any functions ...
13년 초과 전 | 답변 수: 3 | 1
3
답변질문
How to convert a series of images (in double form) into an AVI file
Hi guys, I have a bunch of images that I have processed using MATLAB. I want to combine all of them into a AVI file. The imag...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Optimization of 2 matrices
Hi Guys, I need to solve a problem. I have an idea to do that, just am confused about which functions to use to implement the i...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Discarding certain centroids found using regionprops
Hi, I work with time sequence images. I process and threshold these images to get a black image with some scattered white spots....
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
Problem with cumsum
Hi guys, I am trying to write a code to correct the background for an image. I used the formula given in the paper "Methods ...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
Help with commands varargin and switch
[EDIT: Mon May 16 20:51:23 UTC 2011 - Reformat - MKF] Hello, I am new to MATLAB and I am trying to understand the code given ...
13년 초과 전 | 답변 수: 1 | 0