newrbe matlab2007b vs 2010a
이전 댓글 표시
Hi,
Does anyone know if there is a difference in the newrbe function in matlab 2007b and matlab 2010a. The newrbe function I am using works in 2007b but generates an error in 2010a.
??? Undefined function or method 'newrbe' for input arguments of type 'double'.
Error in ==> RBNNtest2 at 87
scene_RBNN=newrbe(target_array,[1],spread_const);
The spread constant is the last item I entered before the scene_RBNN is executed. I have tried entering 1, 1.0 even 0.5 and it still keeps on generating the same error.I tried to access the 2007b documentation but you cannot get it unless you have 2007b activation and I do not have access to it at time.
Any help would be appreciated.
Thanks
채택된 답변
추가 답변 (1개)
Greg Heath
2012년 2월 2일
0 개 추천
The call to newrbe should be of the form
scene_RBNN = newrbe(input_array,target_array,spread_const);
Hope this helps.
Greg
댓글 수: 2
Romendra
2012년 2월 2일
Walter Roberson
2012년 2월 2일
No, the documentation pages are the same between the two versions, except for changes in formatting.
카테고리
도움말 센터 및 File Exchange에서 Get Started with GPU Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!