Quantcast
Channel: LabVIEW topics
Viewing all articles
Browse latest Browse all 67249

Why MATLAB® Language Syntax Return Error 1048?

$
0
0

error.png

Why Does My Script Written in The MathWorks, Inc. MATLAB® Language Syntax Return Error 1048?

 

x = (0:0.1:10)';
y = sin(2*x)./exp(x/5);
trnData = [x y];
numMFs = 5;
mfType = 'gbellmf';
epoch_n = 20;
in_fis = genfis1(trnData,numMFs,mfType);
out_fis = anfis(trnData,in_fis,20);
aa = evalfis([x x1],out_fis);

 

http://www.mathworks.com/help/fuzzy/anfis.html


Viewing all articles
Browse latest Browse all 67249

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>