Community Profile

photo

Neo


Last seen: 18 days ago Active since 2014

Statistics

  • First Answer
  • Thankful Level 4

View badges

Content Feed

View by

Question


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...

11 months ago | 0 answers | 0

0

answers

Answered
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 ago | 0

| accepted

Answered
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 ago | 0

Question


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 ago | 4 answers | 0

4

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

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

1 year ago | 0

| accepted

Answered
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 ago | 1

Answered
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 ago | 1

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 3 answers | 0

3

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Load more