Skip to content

Commit c3c43a4

Browse files
committed
silly little helper file
1 parent bf85543 commit c3c43a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

printsimulink.m

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
function printsimulink(mdl,filename,varargin)
2+
% it's ridiculous the syntax in here is so clumsy
3+
4+
open(mdl)
5+
saveas(get_param(gcs,'Handle'),filename,varargin{:})
6+
7+

0 commit comments

Comments
 (0)