Skip to content

Commit d4fa234

Browse files
committed
Support >>bot.README first call to open gateway live script
Also: handle case of batch mode (e.g. for testing)
1 parent 9413944 commit d4fa234

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

+bot/+internal/README.mlx

4.69 KB
Binary file not shown.

+bot/README.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
% For BOT users: view gateway live script in interactive MATLAB
2+
% For BOT testers: run gateway live script in batch MATLAB mode
3+
4+
if batchStartupOptionUsed
5+
bot.internal.README();
6+
else
7+
edit bot.internal.README;
8+
end

+bot/README.mlx

-4.68 KB
Binary file not shown.

0 commit comments

Comments
 (0)