Feeds
提问
Why this error occurred? how it will be removed?
X1=[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24]; X4=[600 620 700 750 850 900 930 950 860 900 970 1020 112...
8 years 前 | 0 个回答 | 0
0
个回答提问
what is [2 1; 4 9] here??? I know it is input but how it take it either these are 2 values of one input ???
fismat = readfis('tipper'); out = evalfis([2 1;4 9],fismat) out = 7.0169 19.6810
8 years 前 | 1 个回答 | 0
1
个回答提问
Why this error occurs?
% Fuzzy rules and its implementation close all; clear; clc fuzzy_Mamdani = newfis('FL power switching.fis'); %%%%%%%%%%...
8 years 前 | 1 个回答 | 0
1
个回答提问
how to convert this structure in simple array???
nPop=30; firefly.Position=[]; firefly.Cost=[]; firefly.Load=[]; % Initialize Population Array ...
8 years 前 | 1 个回答 | 0
1
个回答提问
how can I remove this error??
Undefined function or variable 'Constraint'. pop=AddConstraint(1, pop, nPop, FA_time_slots, nVar, app_Sch_FA); BestCost...
9 years 前 | 2 个回答 | 0
2
个回答提问
What is the error in this line of code ??
pop=AddConstraint(1, pop, nPop, FA_time_slots, nVar, app_Sch_FA); BestCost=repmat(firefly,MaxIt,1); error Undefined functi...
9 years 前 | 0 个回答 | 0