Example cell script for testing matlab-shell.

This commit is contained in:
Eric Ludlam 2019-11-23 08:52:58 -05:00
parent 2a32bb423c
commit 7fd3c65af6

19
tests/cellscript.m Normal file
View file

@ -0,0 +1,19 @@
%% Script with Cells in it for testing 'run cell'
%
if true
A = 1:10
end
%% Cell 2
if true
B = 10:15
end
%% cell 3
if true
C = -10:-1
end