Problems with Nested functions
2 ビュー (過去 30 日間)
古いコメントを表示
having lots of trouble with my program, alot of them would be solved if I could use nested functions, however my program will not let me use nested functions. Why? and anyways around this?
Function startup
load Exampledata.mat
function example
disp('hello world')
end
end
something even this simple will not work! Error result is
Error using load Attempt to add "clims" to a static workspace. See MATLAB Programming, Restrictions on Assigning to Variables for details.
Error in program (line 3) load ExampleData.mat
0 件のコメント
採用された回答
その他の回答 (1 件)
Azzi Abdelmalek
2013 年 5 月 21 日
Check if ExampleData.mat is in your current folder
dir ExampleData.mat
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Function Creation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!