필터 지우기
필터 지우기

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