Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
when calling this ndso function getting this error? what can we infer from this?
조회 수: 1 (최근 30일)
이전 댓글 표시
function [ps,s_ord]=ndso(p,ord)
Output argument "s_ord" (and maybe others) not assigned during call to
"C:\Users\Arunachalam\Documents\MATLAB\TEC\ndso.m>ndso".
Error in testga (line 159)
[nds_sol_local,nds_sol_order]=ndso(mat_mut_final,mut_order);
this function works well for some iteration. but for larger iteration i get this error what might be the reason cant able to figure it out
댓글 수: 1
Walter Roberson
2015년 7월 15일
ndso is not a Mathworks provided routine and is not part of the File Exchange. I do not find it when I search Google either. You will need to provide the source for us to look at.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!