필터 지우기
필터 지우기

Making an app from MATLAB code.

조회 수: 2 (최근 30일)
Mohammad Almekami
Mohammad Almekami 2020년 1월 13일
답변: Walter Roberson 2020년 1월 13일
How to convert code that contains more than one .m and one .mat file to standalone app?
i have a MATLAB projecct which contains more than one file.m. also, it has one file.mat. is there any way to make an applacation for this code?

답변 (1개)

Walter Roberson
Walter Roberson 2020년 1월 13일
Normally you would name the main function ad the entry point, and dependency analysis would then figure out which functions need to be included. However there are some cases where the dependency analysis misses function calls, so the app builder has a place to list additional source files to be used. If the mat file is plainly listed in a load() call that the dependency analysis processes, then the analysis will automatically attach the mat to the project.

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by