Community Profile

photo

Preeti Panchta


Last seen: 1 year 前 自 2022 起处于活动状态

统计数据

Content Feed

排序方式:

提问


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 前 | 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 year 前 | 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 year 前 | 2 个回答 | 0

2

个回答