Is it possible to put array index as zero in matlab?
Mostrar comentarios más antiguos
I have boundary value problem in heat transfer. My boundary point starts from 1. However due to the finite difference approximation of derivatives when applying equations at the boundaries the finite difference equation will encounter one point outside the boundary i.e. point zero. I specified the value of the point, however matlab shows error that matrix index should be positive and logical. Does that mean in matlab array index cannot start from zero? If yes, is there a workaround for this, so that I can avoid redefining by boundary points as 1 and restructuring my total program?
Respuesta aceptada
Más respuestas (1)
Vishal Rane
el 25 de Sept. de 2013
0 votos
Indexing does indeed start from 1, but you can modify the indexing in your logic to map the required 0th index to the actual 1st index in the matrix/array
1 comentario
hardik pandya
el 7 de Ag. de 2020
Hello sir, could you please explain in matlab code how to do it.
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!