Rebecca D'Onofrio
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
89.087
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
why does it give this result???
the code works well up to the moment I introduce the while loop. It says: "Warning: Matrix is singular, close to singular or bad...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Index exceeds the number of array elements (100). Error in interpolazione (line 149) BFin=B(n); %buckling finale
D=D39+D40+DO+DNa+DFe; %coefficienti di diffusione F=F39+F40; %prodotti di fissione CAPTURE=[Pu39capture+Pu40capture+Na...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
It does not stop!
This code does not stop if I don't put the condition "while n<nmax". where is the problem??? D=D39+D40+DO+DNa+DFe; %coefficien...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Why is it not working?
I wrote this code, and it does not give any errors, but still I think it is not working since I cannot see any results! Is there...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Invalid use of operator.
for ii=2:26 for jj=1:26 for ii~=jj A(ii,jj)=[A(ii,jj)+ELREM(ii)+IN(ii)]; end end end ...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
why do I receive "Index in position 1 is invalid. Array indices must be positive integers or logical values"
B=6E-5; MAT=zeros(26,26); for i=1:26 for i=j MAT(i,j)=[D*B+REM] end end
alrededor de 3 años hace | 2 respuestas | 0