Preeti Panchta
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(...
2 years 前 | 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...
2 years 前 | 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...
2 years 前 | 2 个回答 | 0