我正在尝试阅读一些matlab代码,但我是新手。我如何弄清楚输入参数是什么?
function [shortly, longly] = lyapunov(signal,timestep,FreqSamp,segmentapproach, duratsegmen, dodivergence)
//lots of code under here but I couldn't find out where signal, timestep, etc come from.
答案 0 :(得分:1)
阅读lyapunov的帮助。它会告诉你这些信息。