AbioEngineer
Followers: 0 Following: 0
Statistik
RANG
6.184
of 295.448
REPUTATION
7
BEITRÄGE
25 Fragen
7 Antworten
ANTWORTZUSTIMMUNG
64.0%
ERHALTENE STIMMEN
2
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
train on a hyperspectral image stack and predict what a new image would look like if I wanted to use a different channel
Let's say I have a stack of 4 grayscale images (they're all of the same thing, just different channels) in a 3D array. Each pixe...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
Preprocess to improve imfindcircles performance, and get pixel positions within the circles
I have an image with a bunch of circular objects as shown below, but imfindcircles doesn't seem to find the ROIs that I need. Ar...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is the best way to correlate theoretical vs real multivariate data?
I have a matrix where each row corresponds to the concentration of 3 components. e.g. if I have a mixture of equal parts A, B, a...
etwa 2 Jahre vor | 0 Antworten | 0
0
Antwortenn-way anova produces the same p-value for all groups
One of the toolboxes I permanently added to my startup path was causing the problem. I muted all the starup addpaths and it work...
mehr als 2 Jahre vor | 0
Frage
Align/intersect two vectors of different size and non-exact matches then trim the edges
I have two vectors, a and b, that contain various numbers of elements. Each vector has values that are roughly, but not exactly,...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
remove one directional translational blur or artifacts by sequential subtraction
I have some cell images that are captured as the cells are moving through a small tube in one direction. EDIT: Motion is going d...
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
dbscan clustering of xy points only returns outliers
I have an array of xy points and just want a way to determine the number of clusters. I have many sets of xy points, and all of ...
mehr als 3 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Isovalue for volshow vs isosurface patch are different?
On the documentation page: https://www.mathworks.com/help/images/ref/volshow.html the isovalue must be a "non-negative number be...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to get the volume and surface area of separated isosurfaces
I have a 3D array called "test" which is 512x512x52. I can display the isosurface using the following line: volshow(test,'Rende...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
n-way anova produces the same p-value for all groups
I have 6 vectors of values. These are split into groups i and m. There are 3 i groups and 2 m groups, which yields a combination...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Remove certain isosurfaces in a volume by size and shape
I have used the volume viewer tool to isolate some organelles within a cell, mostly lipid droplets and ribosomes etc. which are ...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenJava Jwindow not showing like before
Sorry to answer my own question. Just thought I'd share that JLabel no longer scales itself to fit the image dimensions. In shor...
fast 4 Jahre vor | 0
| akzeptiert
Frage
Java Jwindow not showing like before
From Animsplash https://www.mathworks.com/matlabcentral/fileexchange/56760-animated-gif-splash-screen The JWindow object is no...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortHow to save a series of images (.tiff) as a stack
t=Tiff('Stacked.tiff','w'); tagstruct.ImageLength = y1; % image height tagstruct.ImageWidth = x1; % im...
fast 4 Jahre vor | 0
| akzeptiert
Frage
How to save a series of images (.tiff) as a stack
I can use imwrite() to save color images as tiff but I would like to have them in a single file like the one attached here. In I...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
save RGB image as a single layer/channel
I have an RGB image which is an n x n x 3 image, corresponding to the Red Green and Blue layers/channels respectively. Using i...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Get pixel identities with different resolutions but same field of view
Let's say I took an image of the same thing, but one is 512x512 and one is 256x256 pixels. The second one has 1/4th as many pixe...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Calculate the mean of multiple 3D arrays layer by layer
Code is provided below but is inefficient. Is there a more elegant way? Let's say I have 2 3D arrays: matrix1 and matrix2 both ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
ImageJ commands translated to MATLAB
Hi All, I have some imageJ commands in an .ijm macro script that I am trying to accomplish in MATLAB instead, but I'm not sure ...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenHow to use an LUT from ImageJ in Matlab
Figure it out. You just have to make a scrap grayscale image and apply the lut in imageJ and then do the following: image>color...
fast 4 Jahre vor | 0
| akzeptiert
Frage
How to use an LUT from ImageJ in Matlab
I have an LUT file that I use in ImageJ, but how can I use it MATLAB. The only thing I found were .cube applications. Is there a...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
get discrete pdf/pmf from a kernel distribution pdf on an interval
I fit a kernel distribution on some data. Now I want to sample with replacement that same Fitted kernel distribution, on a speci...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Splitapply array to fit distributions
I have an Mx1 vector and an Mx1 column of categorical variables. Is there a way to splitapply so that I can get a distribution f...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Aligning columns in a matrix by padding with zeros
I have a matrix A below. The values in each column are all roughly 100 apart, but some of them are missing some values. They rep...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Graphically select multiple regions on the x-axis, store those intervals, and highlight those regions
Hello, I'm trying to easily select "bands" for feature detection in signals. It takes a while to prompt the user (by manually...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Invalid file identifier, but can't edit the toolbox
I installed the free, light-weight toolbox "Rametrix LITE v1.1" here and followed the simple included instructions. Since it's a...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortHow to save the results after 100 times run
Hi! There are many things you can do to save as an excel document. It appears you have preset your for loop to run 100 times, s...
mehr als 5 Jahre vor | 1
How to use find for a vector without a loop?
Hi! If you want to find all the locations in which vector_with_dates contains ANY of the dates in V_dates, use ismember [tf,lo...
mehr als 5 Jahre vor | 0
| akzeptiert
Frage
Confusion Matrix for ECOC model classification Example
Running this example in the Command Window: openExample('textanalytics/CreateSimpleTextModelForClassificationExample') Is the...
mehr als 5 Jahre vor | 1 Antwort | 0
1
Antwortrandperm non uniformly distributed
I'm an idiot, there were 55 bins in the above image... changing h.NumBins = 56 solves the problem.
mehr als 5 Jahre vor | 0