-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I want to run "markov_parallel_sim.m".
But I receive the following error.
Error using parallel (line 119)
Wrong number of input arguments for obsolete matrix-based syntax.
Error in faq_episode (line 49)
states = faq_state(capacity, old_capacity, prev_quality, complexities(segment), buffer, parallel, segment);
Error in markov_parallel_sim (line 67)
[q, parallel_stats(1 + segments * (i - 1) : segments * i, :)] = faq_episode(q, rates, segments, qualities, complexities, capacities, alpha, lambda, tau, 1);
Due to the difference in the number of argument,an error has occurred.
I have no idea why I get this error...
And I save data to Qmats file at the end of "markov_parallel_sim.m",but do I need save?
Metadata
Metadata
Assignees
Labels
No labels