This is an automated email from the ASF dual-hosted git repository.
kevingurney pushed a commit to branch matlab
in repository https://gitbox.apache.org/repos/asf/arrow-experiments.git
The following commit(s) were added to refs/heads/matlab by this push:
new bc35746 Update README.md to run `client` script in "batch mode".
bc35746 is described below
commit bc357462319f964f31885de3ae79bd6061f444e1
Author: Kevin Gurney <[email protected]>
AuthorDate: Wed Jan 22 11:54:39 2025 -0500
Update README.md to run `client` script in "batch mode".
---
http/get_simple/matlab/README.md | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/http/get_simple/matlab/README.md b/http/get_simple/matlab/README.md
index 7735312..24f9e0d 100644
--- a/http/get_simple/matlab/README.md
+++ b/http/get_simple/matlab/README.md
@@ -27,14 +27,8 @@ This directory contains a minimal example of an HTTP client
implemented in MATLA
To run this example, first start one of the server examples in the parent
directory, then:
-1. Start MATLAB
+Run the MATLAB `client` script in "batch mode":
```shell
-$ matlab
-```
-
-2. Run the MATLAB script `client.m`:
-
-```matlab
->> client
+$ matlab -batch client
```