photo

Laura


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

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
282,553
of 300,857

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Histogram analysis for images with changing objects
Hi all!! I have done histogram analysis of my images that have mitochondria which change from one area of their image region to ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


why are the names not being saved as written? Why do i get this error each time? Also why is the legend wrong? please fix this so i can verify my code is working as intended.
Hi so the second code calculates the SEM of each struct (std error of mean) and adds it to the mat file and gives you an updated...

2 years 前 | 1 个回答 | 0

1

个回答

提问


is this the correct way to determine variance? calculating the Fstats, p-value and variance.
clc; % Clear the command window. close all; % Close all figures (except those of imtool.) clear; % Erase all existing variable...

2 years 前 | 0 个回答 | 0

0

个回答

提问


error: X and GROUP must have the same length.but the lengths are the same. This must be a malfunctin how can i fix please help
i have 6 feature mats files, 3 structs per mat file giving 18 struct total I want perform anova test per 6 struct so i ahve grou...

2 years 前 | 1 个回答 | 0

1

个回答

提问


can anyone please help me solve the accuracy verification issue with region props? is the performance optimal for measurements? has it been converted to square microns?
in my current code the user makes a perfect circle over the completely black region in the image. From the edges of the circle 1...

2 years 前 | 1 个回答 | 0

1

个回答

提问


classifying images based on their object measurement properties and labeling them as such, how can I do this?
The following code is able to measure properties of the images read in using regionprops and save them to a features.mat file: ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


HELP!! No matter how big I set the threshold THE OBJECTS I DON'T WANT ARE NOT HIGHLIGHTED!!!
% Read image as RGB I = imread('TEST.TIF'); %including the pull path is better % Convert to binary BW = imbinarize(rgb2gray(I...

3 years 前 | 1 个回答 | 0

1

个回答

提问


I have mass images that I want to extract the feret, circularity and area of but how do I know that's what is being counted?
I managed to write this code. But what in the image is it measuring the properties from? like how can i confirm that it is measu...

3 years 前 | 1 个回答 | 0

1

个回答

提问


how can you determine the threshold that covers the functional area of the image in matlab?
I have an image of a tissue and I want to make a mask of that tissue that is only of the functional area in the image (minus the...

3 years 前 | 2 个回答 | 0

2

个回答

提问


What does the z axis mean in kmeans, pca and tsne? what data does it add that 2d doesn't? what do the axis represent?
The context is as follows: I have data that has been plotted in a 2D graph on the left, and in a 3D graph on the right, using k-...

3 years 前 | 1 个回答 | 0

1

个回答