y(0)=0

1 visualización (últimos 30 días)
George
George el 25 de Mayo de 2011
why i cant do that ? y(0)=0; i really have to..

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 25 de Mayo de 2011
MATLAB indexing starts at 1.
y(1) = 0;

Más respuestas (1)

Walter Roberson
Walter Roberson el 25 de Mayo de 2011
If you really must index at 0, then you will need to write a custom array class with your own subsref()

Categorías

Más información sobre Matrix Indexing 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!

Translated by