Filter löschen
Filter löschen

addpath not work after compile

3 Ansichten (letzte 30 Tage)
pink
pink am 25 Jun. 2011
E:\test\test19\forminput\inputdata.m

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 25 Jun. 2011
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 Kommentare
pink
pink am 25 Jun. 2011
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 am 25 Jun. 2011
I am not familiar with how deploytool is used, sorry.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Fangjun Jiang
Fangjun Jiang am 25 Jun. 2011
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 Kommentar
pink
pink am 25 Jun. 2011
I had several times changed the name sub-gui, but at the time of the compilation results remain the same, why?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Downloads finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by