How to solve this problem ?(Error while execute the standalone application (.m to exe conversion))

After converted my .m file to exe file, .log file was created, In this log file whatever the MATLAB library files (Inbuild function) are i used, that was excluded automatically and also While i execute that standalone application, exec file was running and it will show the following error,
??? Undefined function for input
arguments of type 'struct'.
Error in ==> < Matlab Inbuild Funtion Name > at 30
is it due to excluded files? or anyother?
is there any special procedure to include MATLAB Inbuild function while converting .m to exe?
is the problem in input argument on type 'struct' ?
user defined functins are not excluded, only Matab Inbulid functions only excluded.
Can anyone help me to find the issue?

Answers (0)

This question is closed.

Products

Release

R2014b

Asked:

on 20 Jun 2019

Closed:

on 20 Aug 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!