Réponse acceptée

Sean de Wolski
Sean de Wolski le 25 Mai 2011

1 vote

MATLAB indexing starts at 1.
y(1) = 0;

Plus de réponses (1)

Walter Roberson
Walter Roberson le 25 Mai 2011

0 votes

If you really must index at 0, then you will need to write a custom array class with your own subsref()

Catégories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by