Statistics
14 Questions
0 Answers
RANK
36,473
of 295,467
REPUTATION
1
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
78.57%
VOTES RECEIVED
1
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
Question
Gaussian fit to xy data and extracting FWHM
Hello, I am hoping someone could help. I am going round in circles although i'm sure it's a straightforward answer. I have a...
5 years ago | 2 answers | 0
2
answersQuestion
Generate an equation of a 3D line from one point and two angles
Hi, I have been other thinking this and think I am missing a very simple solution. The problem: I have a 3D space in wh...
7 years ago | 1 answer | 0
1
answerQuestion
Efficient Weighted Moving average
I have a matrix with x, y, and an uncertainty value (25x3 double). I want to compute a moving average of these points weighted b...
7 years ago | 3 answers | 0
3
answersQuestion
Repeat for loop until condition is met.
I am drawing random numbers within an interval. I know that in the end I want 20 of them, but only those that meet a condition, ...
7 years ago | 1 answer | 0
1
answerQuestion
How to order cell rows
I have a large cell (174x4 cell). I've attached a smaller working example. This takes the form of x for Copy(:,1), y for Copy(:,...
8 years ago | 1 answer | 0
1
answerQuestion
Using cubic splines to fit data
Hi, I have a quite involved code for fitting cubic splines to data. I have noticed something odd and wondered if anyone had expe...
8 years ago | 1 answer | 0
1
answerQuestion
Grouping matched data by row and column
I have a matrix attached, Rows_col.mat. This gives the Row and column of some other matrix that has matched a condition I have i...
8 years ago | 1 answer | 0
1
answerQuestion
find unique rows of cell array
I have a cell array as attached. I can see that rows 3 and 4 are repeated, so I would like to keep only the first occurrence of ...
8 years ago | 3 answers | 0
3
answersQuestion
Cell array to meet conditions and cell indexing
I apologise in advance for incase this is unclear. I have an array, with X Y columns and another column that identifies the o...
8 years ago | 1 answer | 0
1
answerQuestion
Replacing specific values in each matrix row in all values in the matrix
I have a matrix as follows A=[8 66 92 101 0; 14 52 80 76 0; 16 66 33 51 7]. I want to read the rows column by column and assi...
9 years ago | 1 answer | 0
1
answerQuestion
Iterate though a matrix with repeated values and preform operations on corresponding columns.
Hello, I have a matrix of three columns and many rows, the third column has several (ordered) repeated values for example ...
9 years ago | 1 answer | 1
1
answerQuestion
Search rows of a matrix on another
I have two matricies. The first, A, is large (1968x100 double) and the second, T, is smaller (1968x1). In matrix A, each row con...
9 years ago | 1 answer | 0
1
answerQuestion
How to colour code polygons by area?
Hi, I have generated a Voronoi diagram and calculated the areas of the polygons formed. I now want to colour code my polygons...
9 years ago | 2 answers | 0
2
answersQuestion
How to extract a data range in x and y co-ordinates from a table?
Hi! I was wondering if someone could help me... I have a data set with four columns, x,y,I,t. Each data point represents a mo...
9 years ago | 1 answer | 0