y(0)=0
1 view (last 30 days)
Show older comments
why i cant do that ? y(0)=0; i really have to..
0 Comments
Accepted Answer
More Answers (1)
Walter Roberson
on 25 May 2011
If you really must index at 0, then you will need to write a custom array class with your own subsref()
0 Comments
See Also
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!