Community Profile

photo

RR


Last seen: 7 months ago Active since 2017

Statistics

All
  • Thankful Level 2
  • Explorer
  • Thankful Level 1
  • Solver

View badges

Content Feed

View by

Question


error with interpn function "Grid arrays must have NDGRID structure"
Dear all, I have two matrix a=10x2 and b= 10x2. they are the indipendent variables of an unknown function C(a,b)= 10x3. I woul...

2 years ago | 0 answers | 0

0

answers

Question


lookup table/n dimension interpolation
Dear all, I need to find a model/look up table so that given as inpunt two 2D points (pa=(xa,ya); pb=(xb,yb))I will have as ou...

2 years ago | 1 answer | 0

1

answer

Question


circular fitting of a semicircle
Dear all, I would like to fit a semicircle to a circumference considering only the blu point in the figure below and excluding...

3 years ago | 1 answer | 0

1

answer

Question


What does the 'metric' parameter means in imfindcircles?
Dear all, One of the output for the IMFINDCIRCLES function is 'metric'. I want to know what it means exaclty. What does it me...

3 years ago | 1 answer | 0

1

answer

Question


Random samples from combination of poisson distributions
How can I generate random samples from a multiple combination of poisson distributions? I'm wondering if there is the possibili...

4 years ago | 1 answer | 0

1

answer

Question


save RT structure set Dicom file from a binarized volume?
I have a binarized volume associated to a computed tomography dicom image set. I have also the original dicom RT structure set...

4 years ago | 0 answers | 1

0

answers

Question


SVD and basis of a plane
X is a 1000x3 matrix describing a group of points in 3D space. I am interested in finding the normal vector of the best fit pl...

4 years ago | 1 answer | 0

1

answer

Question


Why different p-values for ranksum and kruskalwallis on two groups
Why do I get different p-values when I’m using “Wilcoxon rank sum test” or “Kruskal-Wallis test” on two groups. Which test shou...

5 years ago | 1 answer | 0

1

answer

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 years ago