Community Profile

photo

Neo


Last seen: 1 month 前 自 2014 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

  • First Answer
  • Thankful Level 4

查看徽章

Feeds

排序方式:

提问


HELP: can some one please explain to me how to compare these two data sets accurately and why my ARI code isn't working?
Hi, I have two datasets acquired in different ways but measured the same objects I want to see how similar they are to eachothe...

12 months 前 | 0 个回答 | 0

0

个回答

已回答
How do I fix my array indices? Error says must be positive or logical values.
Thank you everyone especially @Image Analyst and @Walter Roberson i finally got it to work.

1 year 前 | 0

| 已接受

已回答
How do I fix my array indices? Error says must be positive or logical values.
@Image Analyst it is SO good to hear from you. As I have mentioned, I admire you a lot (I've learned so much from giants like yo...

1 year 前 | 0

提问


How do I fix my array indices? Error says must be positive or logical values.
Error: Array indices must be positive integers or logical values. Error in lefthalfdonutcode (line 155) profileSums...

1 year 前 | 4 个回答 | 0

4

个回答

提问


my minboundsphere attempt is not working, any suggestions on how to fix?
Hi, I am trying to use the attached minboundsphere code, after a very long time this is my best attempt: Error: Not enough inpu...

1 year 前 | 1 个回答 | 0

1

个回答

提问


trying to make a donut mask to span over images, suggestions?
[x,y] = meshgrid(1:width, 1:height); centerX = (width + 1) / 2; centerY = (height + 1) / 2; dist = sqrt((x - ce...

1 year 前 | 1 个回答 | 0

1

个回答

提问


made up function not running in matlab, error: unrecognized function or variable. How can I get this fixed?
Hi i made a function script (attached) to segment an image into 12 donut shapes but when I try to call it, i get the following e...

1 year 前 | 1 个回答 | 0

1

个回答

已回答
Can matlab perform Quantum PCA? if not, what does?
No, probably a non parallel computwer.

1 year 前 | 0

| 已接受

已回答
How do I determine how do these black dots vary by location in an equal spaced magnetic field.
This looks like something that I recently learned to do in Matlab with one of @Image Analyst analyst demo. Look at my question w...

1 year 前 | 1

已回答
How do I determine how do these black dots vary by location in an equal spaced magnetic field.
I think I understand your question but just in case check this: https://www.mathworks.com/matlabcentral/answers/6200-tutorial-...

1 year 前 | 1

提问


Can matlab perform Quantum PCA? if not, what does?
Can matlab perform Quantum PCA? if not, what does? I'm interested in what this information would show. Quantum Principal Compon...

1 year 前 | 1 个回答 | 0

1

个回答

提问


HELP WHY IS THIS NOT WORKING? WHY HAS CODING FORSAKEN ME???? Error: Index must not exceed 5196 error? This occurs when I input a smaller image, why and how to fix?
My questions can be broken down like this: I have a code that is meant to process the mask of multiple images then count the gr...

1 year 前 | 1 个回答 | 0

1

个回答

提问


How do you calculate the minimum circle within a cluster set of data points to potentially identify the ones that are most similar?
I have made a PCA plot and I would like to calculate the minimum circle within a cluster set of data points to potentially ident...

1 year 前 | 3 个回答 | 0

3

个回答

提问


automatic circles that enclose clusters of similar data something like lineCoeff = polyfit(x, y, n) (regression line)
hello, I have generated a pca plot and there are obvious clusters of the data but to make it more evident I would like to draw c...

1 year 前 | 1 个回答 | 0

1

个回答

提问


what does pc1 and pc2 represent?
Hello, I have a plot of pca 3d plot and the axes are pc1, pc2 and pc3. How do i determine what each pc component represents? Al...

1 year 前 | 2 个回答 | 0

2

个回答

提问


extracting the count and size of white dots as a function of its location
I have drawn a box in one area of my image and a box on the other location of my image, region A and region B. You can observe t...

1 year 前 | 1 个回答 | 0

1

个回答

提问


What does it mean when euclidean distance gives the best separation using t-sne (stochastic neighbor embedding function)?
Hello, I have data which i have used PCA and t-SNE to cluster. Why does euclidean give me the best seperation? Thanks

1 year 前 | 0 个回答 | 0

0

个回答

提问


Is my bar graph accurately graphing what I ask?
i have an image which i have divided into 12 regions. I have made a code that I think counts the number of green dots in that im...

1 year 前 | 1 个回答 | 0

1

个回答

提问


can I take pca analysis of columns extracted from pixel values of a converted to gray image?
starting columns and ending columns I made a code that outputs the pixel values of the columns from an image. meanpix...

1 year 前 | 1 个回答 | 0

1

个回答

提问


What method can I use for background subtraction before performing analysis on my image?
Hi, i am exploring matlab methods for personal growth and i want to determine how to: perform background substraction contra...

1 year 前 | 1 个回答 | 0

1

个回答

已回答
how do I draw discriminatory lines in an image to calculate the area in each of those regions?
Will that method also allow me to calculate the area within that region too? Such that each curved line is spaced evenly through...

1 year 前 | 0

提问


how do I draw discriminatory lines in an image to calculate the area in each of those regions?
Hello, I am exploring matlab and I was wondering how do i draw circular lines that classify particular regions of that image? So...

1 year 前 | 2 个回答 | 0

2

个回答

提问


why am I getting an error for this tutorial when adapted to my image? how can I fix this error:
clc; % Clear command window. clear; % Delete all variables. close all; % Close all figure windows except those created by imto...

1 year 前 | 1 个回答 | 0

1

个回答

提问


compare pixel values to each other? Is ther afunction in Matlab that can analyze the composition of an image as a function of distance?
I am interested in looking at how the image changes over a distance within the image, any recommendations? Thanks!

1 year 前 | 2 个回答 | 0

2

个回答

提问


error in pca code
hello I am trying to determine the pca graph for a couple of images but I get errors: rng 'default' M = 7; % Number of obser...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to make a bar graph depiction of SSIM values? How?
I have ran my code for SSIM and I now want to depict the results in a bar graph format. How would I do that please?

1 year 前 | 2 个回答 | 0

2

个回答

提问


Determining pixel clarity in different images
hello all I was wondering if there is a way to measure the clarity of an image? for ex, if you have a fuzzy image or an image t...

1 year 前 | 1 个回答 | 0

1

个回答

提问


how do save them all up and make a table with the values from all of my images?
my code has a table wth only one row in it and all 3 columns the same??? How do I save them all up and make a table with the va...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Why do I get this error of the '=' operator? I am trying to get the individual mean values of the blobs of pixels (in the image there are blobs of pixels and I want each mean)
Unsupported use of the '=' operator. To compare values for equality, use '=='. To pass name-value arguments using the name=value...

1 year 前 | 1 个回答 | 0

1

个回答

加载更多