Skip to content

unintelligible codes #155

@yangtzech

Description

@yangtzech

When the matlab code is wrong, the tips can't show correctly.
My pc's default language is Chinese. I don't know if that's the reason.

wrong one:
x=1:1:100; y=10*x*x; plot(x,y) title('test')

correct one:
x=1:1:100; y=10*x.*x; plot(x,y) title('test')

tip:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions