function ButtonReportgeneriereninternPushed(app, event)
app.Dateiname=evalin('base','Dateiname');
app.Projekt=evalin('base','Projekt');
app.Type=evalin('base','Type');
options_pdf_nocode.format = 'pdf';
options_pdf_nocode.outputDir = 'C:\Users\Florian\OneDrive\Masterarbeit_RMMV\011_Matlab_Excel';
options_pdf_nocode.createThumbnail = true;
options_pdf_nocode.evalCode = true;
options_pdf_nocode.showCode = false;
publish('AppDesignerPublish.m',options_pdf_nocode)
winopen AppDesignerPublish.pdf
end
function [] = AppDesignerPublish(Dateiname,Projekt,Type,Datum,angefordertvonBenutzer,Benutzer,SetupUmgebung,v_W,mue_R,f_R,Temp_E,Hoehe_E,alpha_,phi)
disp (string(Dateiname))
disp (['Projekt: ', string(Projekt)])
disp (['Fahrzeugtyp: ', string(Type)])
end
Not enough input arguments.
Error in AppDesignerPublish (line 17)
disp (['Projekt: ', string(Projekt)])
0 Comments
Sign in to comment.