photo

Arturo Jr. Ongkeko


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
1 个回答

排名
188,796
of 297,503

声誉
0

贡献数
9 个提问
1 个回答

回答接受率
77.78%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to exclude/remove ribcage shadow in an Xray image?
How can I remove the shadow of the rib cage so that I can do proper image segmentation and analysis. Below is the sample Xray im...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
Separating overlapping edges in an image to get an accurate count
I was able to figure it out after some time. Here's the code. %% COUNT BIG CELLS %convert image to black and white img_bw...

4 years 前 | 0

| 已接受

提问


Removing objects in an image in MATLAB using Image Processing Toolbox
How can I remove the seven (7) big cells in the picture below so that I can do an accurate count of the smaller cells in the bac...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Separating overlapping edges in an image to get an accurate count
Hi, I am trying to count the big cells in the sample image below. I was able to reach a point where I was able to delet...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Creating checkerboard image without inbuilt function and for loop
Hi, I saw this code online and it works! It can indeed generate the checboard image but I hope you can enlighten me how each li...

4 years 前 | 1 个回答 | 0

1

个回答

提问


derive new variable with random float values using for loop
Hi, I am trying to derive a new variable with random float values using for loop. Tried using randn. for i=1:length(hosp_yn_co...

4 years 前 | 1 个回答 | 0

1

个回答

提问


creating new variable using for loop and if-else condition
Hi, I wish to divide my age data in column vector into age-groups 10-29, 20-29, 30-39, 40-49, 50-59, etc. using for loop and t...

4 years 前 | 2 个回答 | 0

2

个回答

提问


descriptive statistics in one line of code
Hi, Is there a way to write these in one line of code? mu_age=mean(age) mn_age=min(age) mx_age=max(age) sigma_age=std(age)

4 years 前 | 1 个回答 | 0

1

个回答

提问


compute the p-value of Kaplan Meier curve
What is the function that I need to use to compute the p-value of KM curve?

4 years 前 | 1 个回答 | 0

1

个回答

提问


deriving new variable from existing column vector using for-loop
Hello Matlab community! I am a newbie matlab user and trying to be comfortable in using for-loops to derive a new variable. I...

4 years 前 | 1 个回答 | 0

1

个回答