mamnoon, ye application to castalia hast b esme throughputTest, man mikham motaghayyerhaye oon ro fuzzy konam. ba estefadeh az toolbox matlab, ye file .fis sakhtam k mikham age beshe mesle mtlab k file .fis ro midi va codemoon fuzzy mishe,hala az in file .fis to castalia estefadeh konam ta fuzzy beshe, hala nemidoonam emkanpazireh ya na? mamnoon
I want to reach a fuzzy model of throughputTest application in castalia,with fuzzy rules ( 2 input variable and one output. ) this fuzzy rules is implemented in matlab.
I have no ideia what you mean when you say 'castalia', however the Matlab Fuzzy Toolbox is the fastest and easiest way to create a fuzzy inference system.
input: a number or a matrix specifying input values. If input is an M-by-N matrix, where N is number of input variables, then evalfis takes each row of input as an input vector and returns the M-by-L matrix to the variable, output, where each row is an output vector and L is the number of output variables.
I recommend to you, to work with plain files. Write your output in a plain file and let the other program read that output as an input.
For example, I write a matrix with the succesful packets received in a plain file and then my java app (implements algorithms to solve TSP) reads that file to work.