Statistik
9 Fragen
0 Antworten
RANG
266.055
of 296.352
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
77.78%
ERHALTENE STIMMEN
0
RANG
of 20.394
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 156.133
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
3D plot for a given matrix
I built a 3D matrix def3D.mat (size of 1024*1024*183) with values of 0 and 1, which should look like the picture given below. Ea...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
How can I fix the warning and the error in parfor?
a = linspace(1,100,100); parfor i=1:10 for j=1:10 k = (i-1)*10+j; b = a(k)+5; %// warning c(k)...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
rotate polar angle by an arbitrary angle
I got a polar angle map THETA0 from running the snippet below. N = 1024; x0 = linspace(-N/2, N/2, N); y0 = x0; [X0,Y0] = ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Create a matrix representing the gradual-width Fermat spiral slit mask
I would like to create a N*N matrix T = zeros(N) to represent the gradual-width Fermat spiral mask given by where rho and the...
mehr als ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
Retrieve phase from a time-varying cosine signal
I got two experimental time-domain signals (sampling length of N=13001, sampling frequency of Fs=4000 Hz). By curve fitting, I f...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Curve fitting using custom equation
I got a costum equation in the form of OPCrtr = @(r) 1.5186e-08.*integral(5.9122e-6.*A.*exp(-5e-7.*a.^2).*(1-exp(-alpha.*10.*a...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
How to get data from a circular line on a 2D array in the anti-clockwise direction?
I need to extract data from a circular line (with defined radius and origin) on a 2D array (captured by a CCD with 1024*1024 pix...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
time-frequency analysis of multi-component chirp
hi, I am working on time-frequency analysis of multi-component chirp. I tried to use 'wsst' to separate the chirps but failed (...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to project a 2D image to another plane?
Dear all, I would like to project an image with 2D Gaussian intensity distribution to another plane, which is rotated by an ang...
fast 5 Jahre vor | 1 Antwort | 0