Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to call a function with multiple input arguments?

조회 수: 1 (최근 30일)
Nima
Nima 2013년 10월 8일
마감: Walter Roberson 2013년 10월 8일
i tried to call a function whose input arguments include 3 scalars and 2 vectors: the function is:[spktimes, nspikes] = SGfast([dt, nrep], rate,deadtime,refracparams); the values for inputs are: dt=1e-5; nrep=20; rate=cn_sout; which is a 1*10030 vector deadtime=0.00075; refracparams=[0.5 0.001 0.5 0.0125];
i recieved this error: Error using SGfast Requires two or three input arguments. does it measn that number of input arguments are exceeded?
if yes what should i do since i need all input arguments

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by