Statistics
RANK
6,011
of 295,467
REPUTATION
4
CONTRIBUTIONS
9 Questions
2 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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).....
12 years ago | 0
| accepted
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 5 answers | 0
5
answersdashed 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 ago | 0
Question
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 ago | 3 answers | 0
3
answersQuestion
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 ago | 1 answer | 0