Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
292.990
of 301.741
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
72.73%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.403
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 176.339
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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(...
3 días hace | 2 respuestas | 0
2
respuestasPregunta
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) ...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ... ......
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 9 años hace | 0 respuestas | 0
