photo

Maia2022


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
1 个回答

排名
162,408
of 299,759

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
62.5%

收到投票数
0

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,756

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Compute the mean of a bucket
Hello, I have this sorted array (15 x2): A = [ 9.5690 245.5560; 11.2911 183.8890; 11.6965 190.4440; 13...

3 years 前 | 1 个回答 | 0

1

个回答

提问


how to use eval function in order to get the value of variable with fieldname ?
Hi, I have a cell array with structure expression. I'd like to use eval function to populate a variable like this: eval('Data{...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to get the coordinates of the peak from normxcorr2 between a ROI and a template
Hi, I am using normxcorr2() between a ROI and a binary template, e.g. template = [ 0 1 0 0 ; 0 1 1 1; 0 1 0 0; 1 1 1 1] My R...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Transform image or a set of point from the direction of eigenvector
Hi, I'm using the function: [outIm,whatScale,Direction] = FrangiFilter2D(I, options) in https://www.mathworks.com/matlabcentr...

3 years 前 | 1 个回答 | 0

1

个回答

提问


mex.h not found
Hi, I tried to create a mex from this: https://www.mathworks.com/matlabcentral/fileexchange/4586-k-d-tree but I got an error...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Find an index of maximum occurring element
Thank you very much.

3 years 前 | 0

提问


Find an index of maximum occurring element
Hi, I'd like to find the value tht has the maximum occurence is a array Ex: A = [ 1 2 3 1 1 6 3 4 2 2 1 1 1 ]; x = unique(...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Unable to perform assignment because brace indexing is not supported for variables of this type.
Hello, I have these codes and I got an error for example with: data{iBlob, 1}(4) = dec2bin(iBlob); dec2bin(4) gives a char '1...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to use LUT in image processing?
Hi, I have two images: one binary image which can be used as a mask (BW) and a grayscale image (Image). I'd like to create...

3 years 前 | 1 个回答 | 0

1

个回答