Jingtao - MATLAB Central
photo

Jingtao


Last seen: 5 days 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 04/20 to 03/25Use left and right arrows to move selectionFrom 04/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

11 个提问
0 个回答

排名
62,375
of 297,716

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
72.73%

收到投票数
0

排名
 of 20,469

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,428

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


extract data from a 3D matrix using a window
I'd like to extract data along the 3rd dimension of a 3D matrix with the size of 2*2*10 using a window with a fixed size but a v...

5 days 前 | 1 个回答 | 0

1

个回答

提问


parallel computing for an image stack
Dear all, I've got an image stack with the size of 1024 pixels *1024 pixels *1600 frames. I call it M(x,y,z). I'd like to do so...

12 days 前 | 1 个回答 | 0

1

个回答

提问


3D plot for a given matrix
I built a 3D matrix def3D.mat (size of 1024*1024*183) with values of 0 and 1, which should look like the picture given below. Ea...

5 months 前 | 1 个回答 | 0

1

个回答

提问


How can I fix the warning and the error in parfor?
a = linspace(1,100,100); parfor i=1:10 for j=1:10 k = (i-1)*10+j; b = a(k)+5; %// warning c(k)...

12 months 前 | 1 个回答 | 0

1

个回答

提问


rotate polar angle by an arbitrary angle
I got a polar angle map THETA0 from running the snippet below. N = 1024; x0 = linspace(-N/2, N/2, N); y0 = x0; [X0,Y0] = ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Create a matrix representing the gradual-width Fermat spiral slit mask
I would like to create a N*N matrix T = zeros(N) to represent the gradual-width Fermat spiral mask given by where rho and the...

2 years 前 | 0 个回答 | 0

0

个回答

提问


Retrieve phase from a time-varying cosine signal
I got two experimental time-domain signals (sampling length of N=13001, sampling frequency of Fs=4000 Hz). By curve fitting, I f...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Curve fitting using custom equation
I got a costum equation in the form of OPCrtr = @(r) 1.5186e-08.*integral(5.9122e-6.*A.*exp(-5e-7.*a.^2).*(1-exp(-alpha.*10.*a...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to get data from a circular line on a 2D array in the anti-clockwise direction?
I need to extract data from a circular line (with defined radius and origin) on a 2D array (captured by a CCD with 1024*1024 pix...

2 years 前 | 1 个回答 | 0

1

个回答

提问


time-frequency analysis of multi-component chirp
hi, I am working on time-frequency analysis of multi-component chirp. I tried to use 'wsst' to separate the chirps but failed (...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to project a 2D image to another plane?
Dear all, I would like to project an image with 2D Gaussian intensity distribution to another plane, which is rotated by an ang...

5 years 前 | 1 个回答 | 0

1

个回答