Skip to content
Snippets Groups Projects

Modernising the code, improving images

Merged Andrew Maclean requested to merge Modernise_Utilities into master
31 files
+ 46
27
Compare changes
  • Side-by-side
  • Inline
Files
31
### Description
This example creates a 5x5 2D array and sets the (4,4) (zero based indexing, of course) entry to 5.0. Then it outputs this value to demonstrate accessing.
Loading