Subscripted assignment dimension mismatch
이전 댓글 표시
hi i'm new to Matlab and i am working on a project in genetic algorithm. i'm getting an error saying Subscripted assignment dimension mismatch. can anyone tell me what does this error means. this is my objective function
function f = myfunction(x)
cc= (-138.71*log(x))+1727.1;
sv=0.1*cc;
i=0.06;
LT=15;
f(x) = ((cc*x)-((sv*x)*(1/((1+i)^LT))))*((i*(1+i)^LT)/(((i+1)^LT)-1));
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!