Community Profile

photo

Preeti Panchta


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 year ago | 0 answers | 0

0

answers

Question


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 year ago | 0 answers | 0

0

answers

Question


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 year ago | 2 answers | 0

2

answers