addpath not work after compile

조회 수: 1 (최근 30일)
pink
pink 2011년 6월 25일
E:\test\test19\forminput\inputdata.m

채택된 답변

Walter Roberson
Walter Roberson 2011년 6월 25일
You are trying to addpath() a routine that is not in the archive. I would not expect that to work; and if it did work I would consider it to likely be a license violation.
  댓글 수: 8
pink
pink 2011년 6월 25일
yes,I use deploytool, so what if there is a gui (subgui) or sub-functions in a folder, because the condition of my program like that, do I have to remove the folder and put all files with file maingui?
and how to run the gui without a command prompt (DOS) if using deploytool?
Walter Roberson
Walter Roberson 2011년 6월 25일
I am not familiar with how deploytool is used, sorry.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Fangjun Jiang
Fangjun Jiang 2011년 6월 25일
I wonder if it has anything to do with the fact that input() is a built-in function. Is it possible that you change your function name and re-try?
  댓글 수: 1
pink
pink 2011년 6월 25일
I had several times changed the name sub-gui, but at the time of the compilation results remain the same, why?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Agriculture에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by