Problems running a code on 2012a
显示 更早的评论
I have the following code. http://www.cs.colorado.edu/~grudic/teaching/CSCI3202_2007/astar_test_files.zip
When I run astar_test.m on my laptop (running windows 7 and matlab 2010b) it works fine. When I'm running it on my desktop (windows 7 and matlab 2012a) I get
Undefined function 'my_astar' for input arguments of type 'double'.
Error in astar_test (line 26) [my_path_rows my_path_cols] = my_astar(map,[start_row start_col],[goal_row goal_col]);
Any ideas?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Nonlinear Model Identification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!