![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6976433_1538078323322.jpg)
matlabgod
William Paterson University
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
231.944
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
For loop not working. Array indices must be positive integers or logical values.
Im Trying to implement an FIR difference equation where the output y is the average sum of a set number of values(M) of the inpu...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I'm trying to create plots of Fourier Synthesis and FFT Spectrum of a square wave using harmonics, but I keep getting a vector length error for the FFT spectrum.
N = 5; f0 = 5; tw = 1; k = [1:2:N]; ak = 2./(pi*k); T0 = 1/f0; fs = 20*2*N*f0; ts = 1/fs; ...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
User defined function for three scripts
So I have three scripts that each create a different wave plot using the same inputs. How can I make a program that asks the use...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Array indices must be positive integers or logical values.
I'm trying to create a loop that plots the function for each t value on the same graph, I am getting an "Array indices must be p...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I keep getting this error : Matrix dimensions must agree. Error in comp (line 5) c(x)=0.5.*erfc(x./(2*sqrt(u.*t)));
I'm trying to write a for loop that plots the function c(x) for each value of t, but I keep getting this error. " Matrix dimensi...
más de 6 años hace | 1 respuesta | 0