Skip to content

Commit

Permalink
Update basic arrow.array example.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Nov 7, 2023
1 parent c4db009 commit 39db078
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions matlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,9 @@ matlabArray =
arrowArray =
[
1,
2,
3
]
Float64Array with 3 elements and 0 null values:
1 | 2 | 3
```

#### Create a MATLAB `logical` array from an Arrow `BooleanArray`
Expand Down

0 comments on commit 39db078

Please sign in to comment.