addpath not work after compile
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
E:\test\test19\forminput\inputdata.m
0 commentaires
Réponse acceptée
Walter Roberson
le 25 Juin 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 commentaires
Plus de réponses (1)
Fangjun Jiang
le 25 Juin 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?
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!