Estadística
2 Preguntas
0 Respuestas
CLASIFICACIÓN
218.160
of 300.365
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.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.262
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
Trouble with rotating an image and saving it with different rotation angles.
Hi, I am trying to rotate an image and save a set of the rotated images with different rotation angles but having this error: "...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi, How can I resolve this error message, please "Array indices must be positive integers or logical values" Below are my lines of code:
perfs = zeros(1, numNN); y2Total = 0; for i = 1:numNN neti = nets{i}; y2 = neti(x2); perfs(i) = mse(neti, t2, y2); y2Total...
más de 7 años hace | 2 respuestas | 0
