Info

此问题已关闭。 请重新打开它进行编辑或回答。

how can i fix this problem?

1 次查看(过去 30 天)
Mira le
Mira le 2019-11-16
关闭: MATLAB Answer Bot 2021-8-20
Not enough input arguments. : this error appear during the run
the first lines of my program are
function Z = Compare( T1,MST,SI,NS,L,pop)
T1 = Evaluation(pop,SI,D,N,m,T1,MST,NS);
[L1,k]=Apriori1(T1,MST);
I will call two function Evaluation and Apriori1, but just L1 and k used in Compare function
  1 个评论
Walter Roberson
Walter Roberson 2019-11-16
When Compare calls Evaluation, where are the value of D and N and M to come from?

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by