addpath not work after compile
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
E:\test\test19\forminput\inputdata.m
0 Commenti
Risposta accettata
Walter Roberson
il 25 Giu 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 Commenti
Più risposte (1)
Fangjun Jiang
il 25 Giu 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?
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!