Statistiques
11 Questions
0 Réponses
RANG
293 034
of 301 783
RÉPUTATION
0
CONTRIBUTIONS
11 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
72.73%
VOTES REÇUS
0
RANG
of 21 420
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 544
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
error from Interpolation of the attached data
could you please help me debug Matlab code for interpolation of the attached data? Thanks, load('data.mat'); figure(1);plot(...
11 jours il y a | 2 réponses | 0
2
réponsesQuestion
generation of 2D array of circular ring
I am looking for a way to generate 2D array of circular ring in retangular coordinate. outer diameter (D) inner diameter (d) ...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
summation of a matrix inside circle
Hello, I have 2D NxN matrix array and I want to get summation of data inside circle from center. The size of circle is varied...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
conditioning array with complex number
I would like to apply a condition to make certain complex numbers to zero. condition: if complex number * conj(complex number...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
matrix insert with a condition
can you help me insert m x n matrix into M x N matrix with a condition that is without zero. starting location is (x,y) M x N ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
matrix manipulation - replacing partial matrix subsets in main matrix ???
I have two matrices : one is NxM and other is nxm (N>n, M>m). I would like to insert nxm matrix at location starting at (x,y) b...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Simulation of RF amplifier with passband using square pulse
I am trying to simulate amplification of square pulse thru RF amplifier with a finite bandwidth (low frequency & high frequency ...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
array manipulation such as [ 1 2 5 7 3 .... ] --> [ 1 1 1 ... 2 2 2 ... 5 5 5 ... 7 7 7 ... 3 3 3 ... .... ].
Using A = [ 1 2 5 7 3 .... ], I would like to create B = [ 1 1 1 ... 2 2 2 ... 5 5 5 ... 7 7 7 ... 3 3 3 ... ......
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
trying to make data set from non-equally spaced to eqally spaced
I have two sets of data which are not equally spaced. What I am trying to do is to use interpolation to get an equally space...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Error : Interpolation methods require data where the values in X are unique.
I am trying to do a simple interpolation. However I got an error message " Interpolation methods require data where the values ...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to use "fzero" command with a variable(s)?
format long; lp_upper='besselj(1,x)/besselj(0,x)-besselk(1,sqrt(3.543149609311796^2-x^2))/besselk(0,sqrt(3.543149609311...
plus de 9 ans il y a | 1 réponse | 0
