addpath not work after compile
조회 수: 1 (최근 30일)
이전 댓글 표시
E:\test\test19\forminput\inputdata.m
댓글 수: 0
채택된 답변
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
추가 답변 (1개)
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?
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!