burges
Followers: 0 Following: 0
Feeds
提问
Non-reproducible solution with non-linear fitting
I have been trying to fit a power-law distribution: ns ~ s^-a (where ns is the probability density function; s is the empirical ...
5 years 前 | 1 个回答 | 0
1
个回答提问
How do I extract the intersection line between a plane and a surface?
I have 2 sets of 3D points through which I fitted a plane and a surface (see attached figure). I tried to extract the line of in...
6 years 前 | 0 个回答 | 0
0
个回答提问
How do i fit a square around a point in an image?
I have the image: I = [1 1 1 3 3 3 3 3 1 1 1 1 3 3 3 3 1 1 1 1 3 3 3 3 1 1 1 1 2 2 2 3 ...
7 years 前 | 1 个回答 | 0
1
个回答提问
How do i store new data into an existing cell array?
Assuming i have a cell array: myArray = {NaN, 'm', 'b', NaN}; And i have a while loop within which i call the function t...
7 years 前 | 1 个回答 | 0
1
个回答提问
What version of Matlab has the "polyfix" function?
I am aware there is a Matlab function "polyfix" used to constrain certain points for least square polynomial fit. Please, does a...
8 years 前 | 2 个回答 | 0
2
个回答提问
How can I accurately segment a 3-phase image?
I have a three-phase image in which I have segmented automatically using the ‘imquantize’ function. The code is as follows: ...
8 years 前 | 1 个回答 | 0
1
个回答提问
How do I remove/replace border pixels from my image?
I am new to Matlab and will need some help. I have a segmented image in which I would want to remove background (or black) pixel...
8 years 前 | 1 个回答 | 0