Why does running a script cause a memory error, while running the same script as a function does not?
이전 댓글 표시
I have found that running a script as a script by simply calling it from the command line causes a memory error, yet, running the same script as a function does not. Does anyone know why this is the case?
댓글 수: 5
Matt J
2016년 2월 2일
We can't know why immediately. You haven't shown us the script/function that proves that it is true.
Robert
2016년 2월 2일
Moe_2015
2016년 2월 2일
You can attach the file here as a comment
Arnab Sen
2016년 2월 23일
Also can you post the exact error message.
Jos (10584)
2016년 2월 23일
How do you run a script as a function? Did you edit the m-file?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!