photo

AliHg


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

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

统计学

MATLAB Answers

7 个提问
1 个回答

排名
207,023
of 299,916

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
28.57%

收到投票数
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 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to effectively use bwlabel function as a tool to find clusters of a binary image
Hello I have a binary 2D image (logical). My goal is to calculate the probability of finding the beginning and ending points of...

4 years 前 | 0 个回答 | 0

0

个回答

提问


What is the fastest way to find zeros and ones indices in a 3D binary array?
Hello all, I have a (binary) 3D array, and I need to find zeros and ones indices. My algorithm calls this find function more th...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to simplify this piece of code ( maybe vectorizing?)
Hi. I have a binary matrix entitled "Anything" and implemented the following steps on it: Using bwlabel(Anything,8) function, ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


problem with curve fitting toolbox equation variables
Let’s assume that: phi=[0 ; pi/2 ; pi/2 ; pi/2 ; pi/2 ; pi/2 ; pi]; theta=[0 ; 0 ; pi/2 ; pi ; 1.5*pi ; 2*pi ; 0]; c=[1.175 ;...

5 years 前 | 0 个回答 | 0

0

个回答

提问


exponential curve fitting with custom equation
Hello. I need to fit the following function to a set of data. mymodel=@(a,x) (0.1744+0.1556*exp(-x/a)); xData=[ 1.0000 ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to get a contour from a matrix that its values varies between zero and one?
assume we have a random 10×10 two dimensional matrix that its values are between zero and one. how can I obtain a 2D contour fr...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
how to vectorize nested for loops
Can anyone suggest anything regarding boosting my code? I have tried everything but nothing seems to workout.

6 years 前 | 0

提问


how to vectorize nested for loops
Hello everyone I want to vectorize the following code to reduce operation time. Can you guys help me out? thanks ...

6 years 前 | 2 个回答 | 0

2

个回答