Community Profile

photo

Preeti Panchta


Last seen: 1년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


kindly solve the error' index at position 1 exceedes the array bounds
function Output = multi_objective_function(Input) x(1) = Input(1); % variable 1 x(2) = Input(2); % variable 2 x(3) = Input(...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to plot 3d pareto front for multiobjective linear programming problem
clear clc close all fun = @(x) [84718*x(1)+72627.42*x(2)+41021.98*x(3)+58077.44*x(4),... 1124.424*x(1)+1004.247*x(2)*8.4...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


what is wrong in this code not executing .??????Error: File: ifSf.m Line: 2 Column: 22 Invalid expression. Check for missing multiplication operator, missing or unbalanced del
%Intuitionistic Fuzzy S-shaped Function (ifSf) function[y,z]=ifSf(x,245131.735,16960.70,0) y=zeros(1,length(x)); z=zeros(1,le...

1년 초과 전 | 답변 수: 2 | 0

2

답변