文辉 沈 - MATLAB Central
photo

文辉 沈


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

Followers: 0   Following: 0

统计学

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

6 个提问
0 个回答

排名
163,689
of 298,102

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,534

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,343

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Crack Detection Annotation Issue
How do I label it after the crack size is calculated? I am currently using text() 1、The length of the crack I marked at the mi...

3 years 前 | 1 个回答 | 0

1

个回答

提问


There is a problem with the filter selection
close all; clear; clc; I1 = imread('test2.jpg'); figure;imshow(I1); adimage = imadjust(I1,stretchlim(I1)); I2 = im2g...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How to find the input value when outputting the maximum value
[mi] = [dab,dac,dad,dbc,dbd,dcd]; length = max(mi); The coordinates of the four points A, B, C, and D are known. I hav...

3 years 前 | 1 个回答 | 0

1

个回答

提问


There is a problem with the find function
Why is the y (row) of points C and D wrong? Is there something wrong with me calling the function? Isn't the output of fin...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Find the position matrix of boundary points in an image
How do I implement the function in the image: find the coordinates of the four points of ABCD and express them in a matrix

3 years 前 | 2 个回答 | 0

2

个回答

提问


How to extract edge coordinates
After I extract the edge of the binarized image, the output is an array of 227*227, and each row and each column are all 1. Ho...

3 years 前 | 1 个回答 | 0

1

个回答