Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Oct 25, 2023
1 parent 145336d commit b9162e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ julia> A = rand(X(50), Y(10.0:40.0))
```

Subsetting by index is easy:
```

```julia
julia> A[Y=1:10, X=1]
10-element DimArray{Float64,1} with dimensions:
Y Sampled{Float64} 10.0:1.0:19.0 ForwardOrdered Regular Points
Expand Down

0 comments on commit b9162e1

Please sign in to comment.