Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

how can i fix this problem?

1 Ansicht (letzte 30 Tage)
Mira le
Mira le am 16 Nov. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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 Kommentar
Walter Roberson
Walter Roberson am 16 Nov. 2019
When Compare calls Evaluation, where are the value of D and N and M to come from?

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by