You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm a college student from China, I'm writing my dissertation, and I want to use your software for simulation. I am new to matlab and I got the following error while using your software, I don't know what to do, I hope to get your help.
The error is as follows↓
DEMO KPC-PH - medium variability / light-tail
Press any key to continue...
Loading DEC-PKT-1-UDP trace and generating moments
kpcfit_ph: version 0.3.2
kpcfit_ph: type "help kpcfit_ph_options" for options
kpcfit_ph: starting exact fitting methods
kpcfit_ph: HIGHER variability than an exponential (var/mean^2 = 1.704936)
Hello, I'm a college student from China, I'm writing my dissertation, and I want to use your software for simulation. I am new to matlab and I got the following error while using your software, I don't know what to do, I hope to get your help.
The error is as follows↓
DEMO KPC-PH - medium variability / light-tail
Press any key to continue...
Loading DEC-PKT-1-UDP trace and generating moments
kpcfit_ph: version 0.3.2
kpcfit_ph: type "help kpcfit_ph_options" for options
kpcfit_ph: starting exact fitting methods
kpcfit_ph: HIGHER variability than an exponential (var/mean^2 = 1.704936)
kpcfit_ph: starting exact hyper-exponential fitting method (Prony's method)
错误使用 any
维度参数必须是处于索引范围内的正整数标量。
出错 map_isfeasible>map_checkfeasible (line 46)
if any(isinf(D0), 'all') || any(isinf(D1), 'all') || any(isnan(D0), 'all') ||
any(isnan(D1), 'all')
出错 map_isfeasible (line 21)
check=map_checkfeasible(MAP,10^-k);
出错 kpcfit_ph_exact (line 19)
if map_isfeasible(PH) > 0
出错 kpcfit_ph_auto (line 44)
PH_EXACT = kpcfit_ph_exact(E, options);
出错 test_kpcfit_ph_run (line 4)
PH = kpcfit_ph_auto(E,options);
出错 test_kpcfit_ph_trace (line 8)
test_kpcfit_ph_run
出错 demo_kpcfit_ph_dec_pkt_1_udp (line 4)
PH=test_kpcfit_ph_trace(trace_name,[],states,maxruns)
出错 demo_run (line 7)
demo_kpcfit_ph_dec_pkt_1_udp
The text was updated successfully, but these errors were encountered: