MATLAB Builder Ex does not run Fuzzy Toolbox functions in Excel

조회 수: 3 (최근 30일)
John
John 2014년 12월 17일
Hi,
I have a very simple function ...
---------------------
function x = y(a,b,c)
z = readfis('fuzzy_model');
x = evalfis([a b c],z);
---------------------
It compiles fine into an Excel Add-In, however when I run it in Excel, I get all sorts of erros like:-
-- Undefined function 'readfis' for input argument of type 'char'.
I then saved the fuzzy structure into a .mat file to avoid this error, however it then breaks on the next line in Excel:-
-- Undefined function 'evalfis' for input argument of type 'struct'.
Does the builder not compile the fuzzy toolbox functions??
Thx

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Functions in Microsoft Excel에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by