photo

Anila Yasmeen


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
244,512
of 301,383

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,252

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,306

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

0

个回答