N
N
Nikita2017-12-20 00:21:25
MATLAB
Nikita, 2017-12-20 00:21:25

What tag did I miss when creating?

In general, it gives an error:

Error using bellmf (line 4) Not enough input arguments.

I understand that I wrote this line incorrectly, but you can show what is wrong
function mu=bellmf(x, params)
c=-2;
a=params(1);
mu=1./(1+exp(-(power*(a(x-c)))));

I do this formula:
5a398294f3728213499558.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
res2001, 2017-12-20
@Dreygz

I think the last line should be:
mu=1./(1+exp(-a * (xc) ));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question