How can I execute a script with the evalin command?
古いコメントを表示
I want to execute a script in the base workspace, so I use
evalin('base', preparedata_v1)
The following error occures
Attempt to execute SCRIPT preparedata_v1 as a function:
\\..Pathofthescriptmfile...
Has anyone an idea, why matlab isn't running the scipt properly and how it can be done? Thanks in advance, -Fabian
5 件のコメント
Fabian Gock
2017 年 9 月 19 日
"How can I execute a script with the evalin command?"
Ugh.... why why Why WHY?
Why do you want to mix two awful ways of writing code (scripts and evalin) into something totally unmanageable?
Use Functions!!!!!!!!!!
Pass data. Avoid scripts.
Fabian Gock
2017 年 9 月 19 日
Fabian Gock
2017 年 9 月 19 日
Fabian Gock
2017 年 9 月 19 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Large Files and Big Data についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!