Example cell script for testing matlab-shell.
This commit is contained in:
parent
2a32bb423c
commit
7fd3c65af6
1 changed files with 19 additions and 0 deletions
19
tests/cellscript.m
Normal file
19
tests/cellscript.m
Normal 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
|
Loading…
Reference in a new issue