sub2ind -> out of range subscript
Mostrar comentarios más antiguos
my code is give out of range subscript error how can i solve it? D=6000x1 double
d = zeros(2, 1);
d(sub2ind(size(d), D(k), 1)) = 1;
Respuesta aceptada
Más respuestas (0)
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!