这是indexloc提供的服务,不要输入任何密码
Skip to content

BUG of the generate_ts.m #9

@LenaShengzhen

Description

@LenaShengzhen

generate_ts.m
line 6:
path_seg_len = sqrt(sqrt(sum((path(2:end, :) - path(1:end-1,:)).^2,2)));

it should be:
path_seg_len =sqrt(sum((path(2:end, :) - path(1:end-1,:)).^2,2));

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