Scattered stuff from Silas during Dissertation

This commit is contained in:
Silas Oettinghaus
2026-06-03 09:05:33 +02:00
parent a91da3b97c
commit 5c2e27687d
37 changed files with 1726 additions and 1338 deletions

View File

@@ -1,9 +1,12 @@
function mat2tikz_improved(filename)
function mat2tikz_improved(filename,options)
arguments
% Default to the path in your example if no argument is provided
filename (1,1) string = 'C:\Users\Silas\Documents\Dissertation\00_Examples\tikz\textfig.tikz';
options.cleanfigure = false;
end
if options.cleanfigure
cleanfigure;
end
cleanfigure;
matlab2tikz(char(filename), ...
'width', '\fwidth', ...
'height', '\fheight', ...