Statistiques
9 Questions
0 Réponses
RANG
116 259
of 296 150
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
77.78%
VOTES REÇUS
0
RANG
of 20 349
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 155 481
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
2 mois il y a | 1 réponse | 0
1
réponseQuestion
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)...
9 mois il y a | 1 réponse | 0
1
réponseQuestion
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] = ...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
0
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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 (...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0