Feeds
已回答
Two matrices comparison
a1=a.*b; the dot before the multiplication sign makes sure the multiplication is done elment by element, so a1(1)=a(1)*b(1).....
Two matrices comparison
a1=a.*b; the dot before the multiplication sign makes sure the multiplication is done elment by element, so a1(1)=a(1)*b(1).....
12 years 前 | 0
| 已接受
提问
minimum of a matrix
Hi everyone, In my code I have 3 dimensional matrices and I need the overall minumum of this matrix. Right now I use : m...
12 years 前 | 1 个回答 | 0
1
个回答提问
2d fitting
I have a matrix with values for several positions in time and distance. I want to make a 2D fit over 3 points in time and 3 poin...
13 years 前 | 0 个回答 | 0
0
个回答提问
2d fitting
I have a matrix with values for several positions in time and distance. I want to make a 2D fit over 3 points in time and 3 poin...
13 years 前 | 0 个回答 | 0
0
个回答提问
2d fitting
I have a matrix with values for several positions in time and distance. I want to make a 2D fit over 3 points in time and 3 poin...
13 years 前 | 0 个回答 | 0
0
个回答提问
2D fit
I have a dataset with values for several positions in distance and time. I want to fit this data in 2 dimensions, for example a ...
13 years 前 | 0 个回答 | 0
0
个回答提问
weighted fit
Hello, I want to fit some data with a weightfactor, which i have already made. So I have a matrix of 30 by 53 with data, and...
13 years 前 | 1 个回答 | 0
1
个回答提问
compare two matrices
Hi, I want to compare two matrices for equal values, and I want to know if there is a build-in function to do this. Ihaven't ...
13 years 前 | 5 个回答 | 0
5
个回答已回答
dashed line imrect of imline
Can't anyone help me? I have a deadline today, and it would be very nice if this is in the programm.
dashed line imrect of imline
Can't anyone help me? I have a deadline today, and it would be very nice if this is in the programm.
13 years 前 | 0
提问
dashed line imrect of imline
Hi everyone, I'm trying to make a rectangle to define a region of interest in an image. I used the imrect function in Matla...
13 years 前 | 3 个回答 | 0
3
个回答提问
Place a line as a marker in a 2D image
Hi everybody, I would like to add colored lines (let's say red) to a 2D image i created with imagesc. I am going to analyse a...
14 years 前 | 1 个回答 | 0