Skip to content

"markov_parallel_sim.m" ERROR #2

@kitadani

Description

@kitadani

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions