Error: Array indices must be positive integers or logical values.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Brooke Mitchell
el 8 de Oct. de 2019
Comentada: Brooke Mitchell
el 8 de Oct. de 2019
I have looked at past threads and cannot find the issue of my problem. The error is in the last line with description "Array indices must be positive integers or logical values"
q=10; % W/m^3
km=100; %W/Km
kw=500; %W/Km
R1=1;
R2=1.2;
N=5;
Tr=300;
dr=R1/(N+1);
M=zeros(N+N,N+N);
M(N+1,N+1)=-km/((N+1)*dr^2)-kw((N+1)*dr^2);
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!