photo

Jiayun Liu


Last seen: 7 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
126,126
of 299,916

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
72.73%

收到投票数
0

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Using GPU accelerated matlab file in LabVIEW
I have been using the 'Library Compiler' with '.NET Assembly' to generate .dll files to run in LabVIEW and there are no problems...

2 years 前 | 0 个回答 | 0

0

个回答

提问


Extract values from binary matrix into periodic lattice
I am using a camera to detect periodic illumination but the difference in camera pixel spacing and illumination period, the dete...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Help with convolution in matlab
There are many convolutions in my code and I am looking for a way to reduce the computation of the convolution. Since I am using...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Displaying 16 bit images
If I have an image with 16 bit depth, does matlab convert it into 8 bit before display if I use imshow? If I convert the data fr...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How conv2 works?
I am trying to do filter some images with low pass filters and currently I am using conv2 to convolve a 2D image with a 1D filte...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Difference between imshow and mesh/surf
I am trying to understand why the result from imshow and mesh looks different. It seems that surf flips the row and column of th...

3 years 前 | 2 个回答 | 0

2

个回答

提问


What exactly is vectorization doing
I am curious why does vectorization reduces computational time? Is matlab using multiple cores when I vectorize? If that is the ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Creating 3D array from 2D with increment
Suppose I have a 2D array of integers A and I want to create another 2D array B = A+1 and I want to combine them into 1 3D array...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Reading files with different extension from directory
Currently I am reading files from a directory using "fullName = dir([path '*.tif'])" to find all files with the .tif extension. ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


High level decomposition in dualtree2
I am trying to do complex wavelet transform without down sampling at every level. In the matlab code dualtree2, the first and hi...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Phase gradient in fft
I recently found out that zero padding can affect the phase gradient of the Fourier transformed data. It seems that depending on...

3 years 前 | 1 个回答 | 0

1

个回答