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

How does labview think?

$
0
0

really it is odd here, when I make code 1, what I find image 1, but when I make code 2, here what I find image 2.

 

somebody can say to me why?

 

image 1

 

errorss.png

 

image 2

errooorrs.png

 

 

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


Viewing all articles
Browse latest Browse all 67328


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