Estadística
3 Preguntas
                        0 Respuestas
CLASIFICACIÓN
208.990
                          
                          
of 300.392
                        
REPUTACIÓN
0
                           
                        
CONTRIBUCIONES
                          3 Preguntas
                          0 Respuestas
ACEPTACIÓN DE RESPUESTAS 
                            0.0%
                        
VOTOS RECIBIDOS
0
CLASIFICACIÓN
 of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS 
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.335
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
how to delete this error??
>> n=0:9; >> x=[1 1 1 1 1 1 1 1 1 1]; >> y=flip(x); >> xe=0.5*(x+y); >> subplot(n,xe)
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
how to delete this error?
function y = dd(x) % x is a vector % We create an output vector of only 0 (our default value) y = zeros(1, length...
más de 7 años hace | 3 respuestas | 0
3
respuestasPregunta
Error says "Subscript indices must either be real positive integers or logicals"
x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 9, 9, 8, 7, 6, 5, 4, 3, 2, 1]; n = -9:9; x1 = 5*x(n-2) - 3*x(n+4) How to remove this err...
más de 7 años hace | 1 respuesta | 0
