Я пытаюсь создать исполняемый файл Matlab для создания отчета.
Моя функция -
function custom_report( FilePath )
report('MyReport.rpt', ['-o' FilePath],'-fpdf') ;
, но ошибка повторного запуска deploytool при попытке создать этот автономный исполняемый файл (exe-файл).Что может быть причиной этой проблемы?
ps Я прикрепил файл 'MyReport.rpt' к проекту deploytool, так что это, вероятно, не причина.
% Deploytool Build Errors:
Error C:\Algo\customreport\src\customreport_main.c: 16 syntax error; found `__MCC_customreport_component_data' expecting `;'
Error C:\Algo\customreport\src\customreport_main.c: 103 left operand of . has incompatible type `int'
Error C:\Algo\customreport\src\customreport_main.c: 103 operands of = have illegal types `int' and `pointer to char'
Error C:\Algo\customreport\src\customreport_main.c: 117 left operand of . has incompatible type `int'
Error C:\Algo\customreport\src\customreport_main.c: 117 type error in argument 1 to `mclInitializeApplication_proxy'; found `int' expected `pointer to pointer to const char'
Error C:\Algo\customreport\src\customreport_main.c: 118 left operand of . has incompatible type `int'