Jaehwi Bong
Followers: 0 Following: 0
Statistik
17 Fragen
0 Antworten
RANG
186.726
of 294.507
REPUTATION
0
BEITRÄGE
17 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
82.35%
ERHALTENE STIMMEN
0
RANG
of 20.119
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 151.819
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
How can I get a first value of each index from the other column?
I have this kind of data. First column and seconds column refer to an index and x value relatively. data = [1 200; 1 201; 1 202...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Fill gaps using Nan in for loop
I have a time series with some gaps in it and i want to fill the gaps with NaN in loop. For example, my data is data = [0 ...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Filling gaps in time series with Nan
I have this kind of data. data = [1 100; 2 200; 3 300; 5 500; 6 600; 7 700; 10 1000;] The first colum refers to consecutive ti...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Data filtering(Give a constraint to the length of each index )
I have this kind of data. First column and second column refer to an index and x value relatively. data = [ 1 201; 1 202; 2 301...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Data filtering(Cut from half length of index until next index )
I have this kind of data. First column and seconds column refer to an index and x value relatively. data = [1 200; 1 201; 1 202...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find a series of consecutive numbers and change index of them
Hi, I have this kind of data. The first column and second column of the data refers to Index and time series(not consecutive) ...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can I change marker size and form based on diameter and ellipticity values over frame?
My particle changes their size, form and coordinate over frame. I'd like to display their trajectory with the form of the parti...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to display coefficient and offset on graph?
I'd like to display some values to plot. What should I do ? A=xlsread('A.xlsx'); t=A(:,1); i=A(:,2)/10^(2); ft = fittype('a...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to set bounds for coefficents when fitting Exponential?
I'd like to give boundary for coefficient(a, b and c). Whenever I run my fitting, it should give the coefficients within boundar...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What can I do for this Matrix manipulation
I have two types of matrix (29*1 and 168*1). K: 29*1, R: 168*1 The values of K represent specific n-th row of R. And I'd like t...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to take R-Square value as a variable
I could take some a, b and c value of custom exponential equation.(F.a, F.b and F.c) I'd like to compute R-square value to a lo...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Align different starting point to zero
I have a matrix , 7096*3 double. At a first column, numbers represent same particles with different number. I have 168 particl...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Remove rows based on length of column value
I have a matrix , 1531*3 double. At a first column, numbers represent same particles from 1 to 14. I have 14 particles and eac...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
image pixel value multiplication with constant using customized multiplier function
I loaded 4D image.tif (x,y,z over time/16bit gray scale) through Image J in Matlab. I'd like to change pixels using function an...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I expand x axis to have normal plot?
I have 500 values of x and y. When I plotted it, I got something weird plot. What can I do for that? t=data{:,1}; y=data{:,2...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I get total intensity of particles in noise image?
I have a spinning disk confocal image which has a lot of noise and particle(my interests have differnt size and move slowly over...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plotting average intensity for multiple trajectories which have different lengths(Image Processing,Partcle tracking)
I have an output data of particle tracking through imageJ. In this data, there are columns of trajectory number, frame number, ...
mehr als 5 Jahre vor | 0 Antworten | 0